[issue18261] Confusing description in Minimal DOM implementation

2013-06-18 Thread Ned Deily
Ned Deily added the comment: No, the intent really is to suggest using the ElementTree module rather than either minidom or any of the other XML modules in the standard library. Many people find the ElementTree API easier to understand and to use. -- nosy: +ned.deily resolution: -> r

[issue18261] Confusing description in Minimal DOM implementation

2013-06-18 Thread Emcisq Zhao
New submission from Emcisq Zhao: Visit http://docs.python.org/2.7/library/xml.dom.minidom.html, please notice the first paragraph. The last sentence is " should consider using the xml.etree.ElementTree module for their XML processing instead". Shouldn't it be " should consider using the xml.do