Issue19010
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013-09-13 16:03 by scoder, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg197605 - (view) | Author: Stefan Behnel (scoder) * ![]() |
Date: 2013-09-13 16:03 | |
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. |
|||
| msg198524 - (view) | Author: Stefan Behnel (scoder) * ![]() |
Date: 2013-09-28 15:13 | |
Any comment and/or reason? |
|||
| msg198527 - (view) | Author: Eli Bendersky (eli.bendersky) * ![]() |
Date: 2013-09-28 15:51 | |
Discussed in #18990 Future discussions of this class belong in #18902 |
|||
| msg198570 - (view) | Author: Stefan Behnel (scoder) * ![]() |
Date: 2013-09-29 08:46 | |
Given that the inheritance chain has no real user impact, I can live with this difference. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:50 | admin | set | github: 63210 |
| 2013-09-29 08:46:11 | scoder | set | messages: + msg198570 |
| 2013-09-28 15:51:29 | eli.bendersky | set | messages: + msg198527 |
| 2013-09-28 15:13:15 | scoder | set | messages: + msg198524 |
| 2013-09-28 15:11:35 | eli.bendersky | set | status: open -> closed resolution: wont fix stage: resolved |
| 2013-09-13 16:03:32 | scoder | create | |
