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.

Author scoder
Recipients scoder
Date 2019-04-20.11:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555758404.88.0.535141671486.issue36676@roundup.psfhosted.org>
In-reply-to
Content
The XMLPullParser has 'start-ns' and 'end-ns' events, but the parser targets don't see them. They should have "start_ns()" and "end_ns()" callback methods to allow namespace prefix aware parsing.
History
Date User Action Args
2019-04-20 11:06:44scodersetrecipients: + scoder
2019-04-20 11:06:44scodersetmessageid: <1555758404.88.0.535141671486.issue36676@roundup.psfhosted.org>
2019-04-20 11:06:44scoderlinkissue36676 messages
2019-04-20 11:06:44scodercreate