]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketse...
authorjb2170 <email@jb2170.com>
Mon, 24 Apr 2023 22:35:52 +0000 (23:35 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 22:35:52 +0000 (22:35 +0000)
commitd94b3a6f45a068b2d2e5a75127f3c69a652645da
treecb9b2f49d1a86aaefb3a91e352690209dc6159b5
parent209a0a76552c19088e74b0f27827b9214b6c2cf8
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketservers (#103674)

sockserver gains ForkingUnixStreamServer and ForkingUnixDatagramServer classes for consistency with all of the others. Ironically these existed but were buried in our test suite.

Addresses #103673

<!-- gh-issue-number: gh-103673 -->
* Issue: gh-103673
<!-- /gh-issue-number -->

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/socketserver.rst
Lib/socketserver.py
Lib/test/test_socketserver.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-04-22-02-41-06.gh-issue-103673.oE7S_k.rst [new file with mode: 0644]