-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-37105: Add deprecated-remove information on stream doc #13672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
I think the news could be skipped I will open a bpo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem is: the new stream API is not documented yet :)
I'm merging this PR but we need to write docs for new streams before release candidate.
Any help is welcome as usual
@asvetlov: Please replace |
@asvetlov I will take this :-) |
…ython#13672)" This reverts commit ed9f356.
…ython#13672)" This reverts commit ed9f356.
According to the code on streams.py the functions:
open_connection()
,start_server()
,open_unix_connection()
,start_unix_server()
are deprecated. I inform that ondocumentation.
https://bugs.python.org/issue37105