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 <[email protected]>
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: <[email protected]>
2019-04-20 11:06:44scoderlinkissue36676 messages
2019-04-20 11:06:44scodercreate