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 nemeskeyd
Recipients nemeskeyd
Date 2012-08-24.08:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345796297.89.0.127411549702.issue15775@psf.upfronthosting.co.za>
In-reply-to
Content
The C expat library provides XML_StopParser() method that allows the parsing to be stopped from the handler functions. It would be nice to have this option in Python as well, maybe by adding StopParser() method to the XMLParser class.
History
Date User Action Args
2012-08-24 08:18:17nemeskeydsetrecipients: + nemeskeyd
2012-08-24 08:18:17nemeskeydsetmessageid: <1345796297.89.0.127411549702.issue15775@psf.upfronthosting.co.za>
2012-08-24 08:18:17nemeskeydlinkissue15775 messages
2012-08-24 08:18:16nemeskeydcreate