[New-bugs-announce] [issue15775] Add StopParser() to expat

Nemeskey Dávid report at bugs.python.org
Fri Aug 24 10:18:17 CEST 2012


New submission from Nemeskey Dávid:

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.

----------
components: XML
messages: 168980
nosy: nemeskeyd
priority: normal
severity: normal
status: open
title: Add StopParser() to expat
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15775>
_______________________________________


More information about the New-bugs-announce mailing list