Message364962
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) |
|
Date |
User |
Action |
Args |
2020-03-24 21:04:04 | overmighty | set | recipients:
+ overmighty, docs@python |
2020-03-24 21:04:04 | overmighty | set | messageid: <1585083844.09.0.775894389563.issue40057@roundup.psfhosted.org> |
2020-03-24 21:04:04 | overmighty | link | issue40057 messages |
2020-03-24 21:04:03 | overmighty | create | |
|