[issue13743] xml.dom.minidom.Document class is not documented

2020-04-12 Thread Stefan Behnel
Stefan Behnel added the comment: A first PR was applied, but I'll leave this ticket open since it changes nothing for the "Document" class. :) -- versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___

[issue13743] xml.dom.minidom.Document class is not documented

2020-04-12 Thread Stefan Behnel
Stefan Behnel added the comment: New changeset 63e5b59c06fc99f95d274e7f181296e094cc3ee7 by Alex Itkes in branch 'master': bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) https://github.com/python/cpython/commit/63e5b59c06fc99f95d274e7f181296e094cc3ee7 --

[issue13743] xml.dom.minidom.Document class is not documented

2019-09-24 Thread Alex Itkes
Change by Alex Itkes : -- pull_requests: +15939 pull_request: https://github.com/python/cpython/pull/16355 ___ Python tracker ___

[issue13743] xml.dom.minidom.Document class is not documented

2019-09-24 Thread Alex Itkes
Change by Alex Itkes : -- pull_requests: -15938 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13743] xml.dom.minidom.Document class is not documented

2019-09-24 Thread Alex Itkes
Alex Itkes 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.

[issue13743] xml.dom.minidom.Document class is not documented

2019-09-19 Thread Henry Harutyunyan
Change by Henry Harutyunyan : -- nosy: +hharutyunyan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13743] xml.dom.minidom.Document class is not documented

2016-01-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue13743] xml.dom.minidom.Document class is not documented

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: This https://docs.python.org/3/library/xml.dom.minidom.html#module-xml.dom.minidom currently states under section 20.7.1 The definition of the DOM API for Python is given as part of the xml.dom module documentation. This section lists the differences between

[issue13743] xml.dom.minidom.Document class is not documented

2012-01-09 Thread Sandro Tosi
New submission from Sandro Tosi sandro.t...@gmail.com: Hello, following up http://mail.python.org/pipermail/docs/2012-January/007026.html I noticed the whole Document class (and relative methods) is not documented. Maybe it is a choice to not document it, or maybe it's just a missing doc,