]> granicus.if.org Git - python/commit
commit the portion of PyXML patch #919008 that is relevant to the
authorFred Drake <fdrake@acm.org>
Sat, 20 Mar 2004 08:15:30 +0000 (08:15 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 20 Mar 2004 08:15:30 +0000 (08:15 +0000)
commit6fd0b0d5bacb38ac88e74a767f11df2bb73ae49b
treede4d0d2fc4f3ad9e462719cecb61975ba8082e62
parent9de0a2ba9dba2794927b895e9a8473c9437bebd1
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