bpo-36889: Document Stream and StreamServer.#14203
Conversation
|
Clarifications :
Thanks |
Sorry, something went wrong.
asvetlov
left a comment
There was a problem hiding this comment.
Good job!
I have several comments/suggestions.
- There are
connect_read_pipe()andconnect_write_pipe()functions. Please document them. - All public
StreamServer/UnixStreamServerfunctions should be documented:bind(),is_bound(),abort().
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
…write_pipe and other StreamServer methods
|
I have made the requested changes; please review again
Clarifications :
|
Sorry, something went wrong.
|
Thanks for making the requested changes! @asvetlov: please review the changes made to this pull request. |
Sorry, something went wrong.
I don't know. I don't want to make their base class public, so duplication is probably ok. We keep references is a good shape at least.
Yes, please do. |
Sorry, something went wrong.
|
Changes made :
Please review the changes. Thanks. |
Sorry, something went wrong.
asvetlov
left a comment
There was a problem hiding this comment.
Awesome!
Sorry, something went wrong.
|
Thanks @tirkarthi for the PR, and @asvetlov for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, something went wrong.
(cherry picked from commit 6793cce) Co-authored-by: Xtreak <tir.karthi@gmail.com>
|
Thank you very much for the guidance Andrew :) |
Sorry, something went wrong.
Stream,StreamServer,UnixStreamServer,connectandconnect_unix.Streamto avoid DeprecationWarning.https://bugs.python.org/issue36889