This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author overmighty
Recipients docs@python, overmighty
Date 2020-03-24.21:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585083844.09.0.775894389563.issue40057@roundup.psfhosted.org>
In-reply-to
Content
The documentation of the `socketserver` module of the Python standard library, available here: https://docs.python.org/3/library/socketserver.html, doesn't mention the existence of the following class attributes:

StreamRequestHandler.connection (defined at line 764 of socketserver.py)
DatagramRequestHandler.packet (defined at line 812 of socketserver.py)
DatagramRequestHandler.socket (defined at line 812 of socketserver.py)
History
Date User Action Args
2020-03-24 21:04:04overmightysetrecipients: + overmighty, docs@python
2020-03-24 21:04:04overmightysetmessageid: <1585083844.09.0.775894389563.issue40057@roundup.psfhosted.org>
2020-03-24 21:04:04overmightylinkissue40057 messages
2020-03-24 21:04:03overmightycreate