commit | ed9f3562b637a59b9000abbceee5ae369d35444d | [log] [tgz] |
---|---|---|
author | Emmanuel Arias <emmanuelarias30@gmail.com> | Fri May 31 17:48:57 2019 -0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Fri May 31 23:48:57 2019 +0300 |
tree | a809185d45d3e2171cafe048a40fc59cbaf90f15 | |
parent | a747c3a5edf21fa5670bc30f5e1d804de89ebf62 [diff] |
bpo-37105: Add deprecated-remove information on stream doc (#13672) * Add deprecated-remove information on stream doc According to the code on streams.py the functions: ``open_connection()``, ``start_server()``, ``open_unix_connection()``, ``start_unix_server()`` are deprecated. I infor that on documentation.