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

2019-09-19 Thread Henry Harutyunyan
Change by Henry Harutyunyan : -- nosy: +hharutyunyan ___ Python tracker <https://bugs.python.org/issue13743> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2019-07-22 Thread Henry Harutyunyan
Change by Henry Harutyunyan : -- keywords: +patch pull_requests: +14687 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14912 ___ Python tracker <https://bugs.python.org/issu

[issue37534] In minidom module ability to add Standalone Document Declaraion is missing while generating XML documents

2019-07-09 Thread Henry Harutyunyan
New submission from Henry Harutyunyan : Though the Standalone Document Declaration in XML Declaration is optional and the default value of "no" is assumed in case it's omitted, in certain cases it makes sense to change the value to indicate the absence of external markup declarat