cpython/Lib/xml/dom
Brett Cannon 861fd6fdb9 Fix xml.dom.minidom so it works again after the dict views introduction.
There are some methods in minidom that return dict.keys() directly.  There were
left alone since the tests passed without touching them, but it might be
prudent to just wrap them in a 'list' call to be safe for people expecting a
list.
2007-02-21 22:05:37 +00:00
..
NodeFilter.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
__init__.py Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
domreg.py Fix some more has_key() uses. This could really use a tool to automate... 2006-08-19 02:45:06 +00:00
expatbuilder.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
minicompat.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
minidom.py Fix xml.dom.minidom so it works again after the dict views introduction. 2007-02-21 22:05:37 +00:00
pulldom.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
xmlbuilder.py Fix some more has_key() uses. This could really use a tool to automate... 2006-08-19 02:45:06 +00:00