]> granicus.if.org Git - python/commit
bpo-37105: Add deprecated-remove information on stream doc (#13672)
authorEmmanuel Arias <emmanuelarias30@gmail.com>
Fri, 31 May 2019 20:48:57 +0000 (17:48 -0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 31 May 2019 20:48:57 +0000 (23:48 +0300)
commited9f3562b637a59b9000abbceee5ae369d35444d
treea809185d45d3e2171cafe048a40fc59cbaf90f15
parenta747c3a5edf21fa5670bc30f5e1d804de89ebf62
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.
Doc/library/asyncio-stream.rst