This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年06月19日 05:29 by zhjweizhjwei, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg191444 - (view) | Author: Emcisq Zhao (zhjweizhjwei) | Date: 2013年06月19日 05:29 | |
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.dom.minidom module for their XML processing instead"? |
|||
| msg191446 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2013年06月19日 06:06 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:47 | admin | set | github: 62461 |
| 2013年06月19日 06:06:31 | ned.deily | set | status: open -> closed type: resource usage -> nosy: + ned.deily messages: + msg191446 resolution: rejected stage: resolved |
| 2013年06月19日 05:29:27 | zhjweizhjwei | create | |