[issue14246] Accelerated ETree XMLParser cannot handle io.StringIO

Phil Thompson report at bugs.python.org
Sat Mar 10 12:04:02 CET 2012


New submission from Phil Thompson <phil at riverbankcomputing.com>:

The old unaccelerated ETree XMLParser accepts input from a io.StringIO, but the accelerated version does not. Any code that relies on this is broken by Python v3.3.

----------
components: XML
messages: 155301
nosy: philthompson10
priority: normal
severity: normal
status: open
title: Accelerated ETree XMLParser cannot handle io.StringIO
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list