-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
8000 gh-112020: Rework socketserver examples to be correct #129741
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
gh-112020: Rework socketserver examples to be correct #129741
Conversation
Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work.
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…-129741) pythongh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work. (cherry picked from commit 78377c7) Co-authored-by: Gregory P. Smith <greg@krypto.org>
GH-129743 is a backport of this pull request to the 3.13 branch. |
…-129741) pythongh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work. (cherry picked from commit 78377c7) Co-authored-by: Gregory P. Smith <greg@krypto.org>
GH-129744 is a backport of this pull request to the 3.12 branch. |
Sorry @gpshead, I had trouble completing the backport.
|
…) (#129743) gh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work. (cherry picked from commit 78377c7) Co-authored-by: Gregory P. Smith <greg@krypto.org>
…) (#129744) gh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work. (cherry picked from commit 78377c7) Co-authored-by: Gregory P. Smith <greg@krypto.org>
…29741) pythongh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work.
…29741) pythongh-112020: Rework socketserver examples to be correct. Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP. tested, they now work.
Outdated code updated, the BaseRequestHandler example is now much more illustrative instead of the bad idea of a single recv() call for TCP.
tested, they now work.
Fixes: #112020
Closes: #112020
📚 Documentation preview 📚: https://cpython-previews--129741.org.readthedocs.build/