[New-bugs-announce] [issue17741] event-driven XML parser

Antoine Pitrou report at bugs.python.org
Mon Apr 15 22:49:42 CEST 2013


New submission from Antoine Pitrou:

iterparse() is a blocking operation. It is not really suitable for event-driven applications (e.g. non-blocking I/O). Here is a patch adding a IncrementalParser class.

----------
components: Library (Lib)
files: etree_incparser.patch
keywords: patch
messages: 187029
nosy: eli.bendersky, flox, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: event-driven XML parser
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file29874/etree_incparser.patch

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


More information about the New-bugs-announce mailing list