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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, andybalaam, ocean-city, realpolitik
Date 2009-10-09.13:12:12
SpamBayes Score 0.0036453418
Marked as misclassified No
Message-id <1255093933.45.0.21515737338.issue6676@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like an implementation bug to me; far too late to change it, though.

In your test, you could use
  pyexpat.ErrorString(e.code) == pyexpat.errors.XML_ERROR_FINISHED
And the docs could mention this trick.
History
Date User Action Args
2009-10-09 13:12:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city, andybalaam, realpolitik
2009-10-09 13:12:13amaury.forgeotdarcsetmessageid: <1255093933.45.0.21515737338.issue6676@psf.upfronthosting.co.za>
2009-10-09 13:12:12amaury.forgeotdarclinkissue6676 messages
2009-10-09 13:12:12amaury.forgeotdarccreate