◐ Shell
clean mode source ↗

bpo-37105: Add deprecated-remove information on stream doc by eamanu · Pull Request #13672 · python/cpython

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.

@eamanu eamanu changed the title Add deprecated-remove information on stream doc bpo-37105: Add deprecated-remove information on stream doc

May 31, 2019

asvetlov

@eamanu eamanu deleted the add-deprectated branch

May 31, 2019 22:28

aeros added a commit to aeros/cpython that referenced this pull request

Sep 27, 2019

aeros added a commit to aeros/cpython that referenced this pull request

Sep 28, 2019

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
)

* 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.