cpython/Lib/xml
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
..
dom Fix xml.dom.minidom so it works again after the dict views introduction. 2007-02-21 22:05:37 +00:00
etree - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
parsers Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
sax Make test_sax pass. 2007-02-11 18:44:55 +00:00
__init__.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00