]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
commit the portion of PyXML patch #919008 that is relevant to the
authorFred Drake <fdrake@acm.org>
Sat, 20 Mar 2004 08:20:03 +0000 (08:20 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 20 Mar 2004 08:20:03 +0000 (08:20 +0000)
commitde3140acfdbe988bbccecceb9b3a25e79017bd92
treefe81f170dd79ef55ccb7dd12305558fca687f54b
parentacfe104847c5f08cc00d6847efb756734f7cf2b2
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)
Lib/test/test_sax.py
Lib/xml/sax/_exceptions.py