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

2020-05-23 Thread Cheryl Sabella


Change by Cheryl Sabella :


--
nosy: +martin.panter
versions: +Python 3.10 -Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-03-24 Thread OverMighty


Change by OverMighty :


--
keywords: +patch
pull_requests: +18507
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19147

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-03-24 Thread OverMighty


New submission from OverMighty :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com