]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112020: Rework socketserver examples to be correct (#129741)
authorGregory P. Smith <greg@krypto.org>
Thu, 6 Feb 2025 17:42:47 +0000 (09:42 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 17:42:47 +0000 (09:42 -0800)
commit78377c788e02e91bf43d290d69317198a2e563fd
treec9cc092a8299dcd41ac7d88beedb95d78856c86c
parent51b4edb1a4092f60d84f7d14eb41c12085e39c31
gh-112020: Rework socketserver examples to be correct (#129741)

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.
Doc/library/socketserver.rst