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