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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to