[New-bugs-announce] [issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

Stefan Behnel report at bugs.python.org
Fri Sep 13 18:03:32 CEST 2013


New submission from Stefan Behnel:

As mentioned in tickets #18902 and #17741, the XMLPullParser in the external lxml.etree package inherits from the existing XMLParser class. This makes the interface simpler, both simpler to explain and to implement.

The implementation in ElementTree should do the same.

----------
components: Library (Lib), XML
messages: 197605
nosy: eli.bendersky, scoder
priority: normal
severity: normal
status: open
title: Make XMLPullParser in ElementTree inherit from XMLParser
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list