cpython/Lib/xml/sax
Fred Drake 6fd0b0d5ba commit the portion of PyXML patch #919008 that is relevant to the
standard library:
str() of xml.sax.SAXParseException should not fail if the line and/or
column number returned by the locator are None
(tests added)
2004-03-20 08:15:30 +00:00
..
__init__.py
_exceptions.py commit the portion of PyXML patch #919008 that is relevant to the 2004-03-20 08:15:30 +00:00
expatreader.py Get rid of many apply() calls. 2003-02-27 20:14:51 +00:00
handler.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
saxutils.py Whitespace normalization. 2003-04-24 16:02:54 +00:00
xmlreader.py