cpython/Lib/xml/dom
R David Murray 9077d24d7f #12220: improve minidom error when URI contains spaces.
Fix by 'amathew', test by Marek Stepniowski.
2014-04-20 00:46:05 -04:00
..
NodeFilter.py
__init__.py xml.dom.minidom: add more __slots__ to limit resource usage. 2012-03-05 12:37:02 +01:00
domreg.py xml.dom: fix typo, drop unused imports. 2012-03-05 12:35:15 +01:00
expatbuilder.py #12220: improve minidom error when URI contains spaces. 2014-04-20 00:46:05 -04:00
minicompat.py Closes #12828: add docstring text noting this is an internal-only module 2013-11-12 10:25:15 -05:00
minidom.py remove duplicate method (closes #19127) 2013-09-29 11:15:31 -04:00
pulldom.py Fix imports in xml.dom. 2011-12-10 21:14:53 +01:00
xmlbuilder.py