Skip to content

[3.13] gh-112020: Rework socketserver examples to be correct (GH-129741)#129743

Merged
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-78377c7-3.13
Feb 6, 2025
Merged

[3.13] gh-112020: Rework socketserver examples to be correct (GH-129741)#129743
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-78377c7-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Feb 6, 2025

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


📚 Documentation preview 📚: https://cpython-previews--129743.org.readthedocs.build/

…-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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants