cpython/Lib/xml/etree
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
and .keys(), .items(), .values() return dict views.

The dict views aren't fully functional yet; in particular, they can't
be compared to sets yet.  but they are useful as "iterator wells".

There are still 27 failing unit tests; I expect that many of these
have fairly trivial fixes, but there are so many, I could use help.
2007-02-11 06:12:03 +00:00
..
ElementInclude.py Use proper py3k syntax for relative import (from . import foo) 2006-08-21 20:54:38 +00:00
ElementPath.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
ElementTree.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
__init__.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
cElementTree.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00