[issue40057] Missing mention of some class attributes in socketserver documentation

New submission from OverMighty <its.overmighty@gmail.com>: 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) ---------- assignee: docs@python components: Documentation messages: 364962 nosy: docs@python, overmighty priority: normal severity: normal status: open title: Missing mention of some class attributes in socketserver documentation type: enhancement versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40057> _______________________________________

Change by OverMighty <its.overmighty@gmail.com>: ---------- keywords: +patch pull_requests: +18507 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19147 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40057> _______________________________________

Change by Cheryl Sabella <cheryl.sabella@gmail.com>: ---------- nosy: +martin.panter versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40057> _______________________________________
participants (2)
-
Cheryl Sabella
-
OverMighty