mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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>
2 lines
117 B
ReStructuredText
2 lines
117 B
ReStructuredText
:mod:`socketserver` gains ``ForkingUnixStreamServer`` and
|
|
``ForkingUnixDatagramServer`` classes. Patch by Jay Berry.
|