[issue13743] xml.dom.minidom.Document class is not documented
Alex Itkes
report at bugs.python.org
Tue Sep 24 15:06:17 EDT 2019
Alex Itkes <alex2018itkes at gmail.com> added the comment:
Although the Document, Element, etc. classes are well documented in online docs, it is sometimes easier to use pydoc to view the documentation. I think documentation strings should be included to these classes. Just created a PR adding some docstrings.
----------
keywords: +patch
message_count: 3.0 -> 4.0
nosy: +alexitkes
nosy_count: 4.0 -> 5.0
pull_requests: +15938
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9
pull_request: https://github.com/python/cpython/pull/16335
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13743>
_______________________________________
More information about the Python-bugs-list
mailing list