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, nemeskeyd
Date 2012-08-27.16:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346084541.27.0.691086552145.issue15775@psf.upfronthosting.co.za>
In-reply-to
Content
If a handler function raises an exception, the Parse() method exits and the exception is propagated; internally, this also calls XML_StopParser().
Why would one call XML_StopParser() explicitely?
History
Date User Action Args
2012-08-27 16:22:21amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, nemeskeyd
2012-08-27 16:22:21amaury.forgeotdarcsetmessageid: <1346084541.27.0.691086552145.issue15775@psf.upfronthosting.co.za>
2012-08-27 16:22:20amaury.forgeotdarclinkissue15775 messages
2012-08-27 16:22:20amaury.forgeotdarccreate