This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Neil Muller
Recipients Neil Muller, effbot, jerith
Date 2009-06-11.10:46:46
SpamBayes Score 0.0020150968
Marked as misclassified No
Message-id <1244717207.44.0.0661498908043.issue6265@psf.upfronthosting.co.za>
In-reply-to
Content
cElementTree will raise a SyntaxError on XML parsing errors, while
ElementTree will raise ExpatError.  This makes changing between the two
a bit more problematic than it could be. See for example
https://lists.canonical.com/archives/bazaar/2006q3/017491.html

ElementTree 1.3 raises a ParseError, which is subclassed from
SyntaxError, which will improve the situation when it's merged, but
cElementTree should be adjusted to raise the same error.
History
Date User Action Args
2009-06-11 10:46:47Neil Mullersetrecipients: + Neil Muller, effbot, jerith
2009-06-11 10:46:47Neil Mullersetmessageid: <1244717207.44.0.0661498908043.issue6265@psf.upfronthosting.co.za>
2009-06-11 10:46:46Neil Mullerlinkissue6265 messages
2009-06-11 10:46:46Neil Mullercreate