[issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

2013-09-29 Thread Stefan Behnel
Stefan Behnel added the comment: Given that the inheritance chain has no real user impact, I can live with this difference. -- ___ Python tracker ___ ___

[issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

2013-09-28 Thread Eli Bendersky
Eli Bendersky added the comment: Discussed in #18990 Future discussions of this class belong in #18902 -- ___ Python tracker ___ ___

[issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

2013-09-28 Thread Stefan Behnel
Stefan Behnel added the comment: Any comment and/or reason? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

2013-09-28 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: -> wont fix stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19010] Make XMLPullParser in ElementTree inherit from XMLParser

2013-09-13 Thread Stefan Behnel
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