cpython/Lib/xml
Guido van Rossum 795ad56b31 Don't get fooled by an empty prefix with a valid namespaceURI -- in
this case, the code used to generate invalid tags and attribute names
with a leading colon, e.g. <:tag> or <tag :attr="foo">.
2001-02-05 18:50:15 +00:00
..
dom Don't get fooled by an empty prefix with a valid namespaceURI -- in 2001-02-05 18:50:15 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Re-indent. 2001-01-27 09:01:20 +00:00
__init__.py Use the string module instead of string methods; this should still work 2000-12-16 01:43:40 +00:00