cpython/Lib/xml/dom
Walter Dörwald 5de48bdd19 Simplify various spots where: str() is called on something
that already is a string or the existence of the str class
is checked or a check is done for str twice. These all stem
from the initial unicode->str replacement.
2007-06-11 21:38:39 +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
minicompat.py Simplify various spots where: str() is called on something 2007-06-11 21:38:39 +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
NodeFilter.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
pulldom.py PEP 3114: rename .next() to .__next__() and add next() builtin. 2007-04-21 15:47:16 +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