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 ncoghlan
Recipients eli.bendersky, ncoghlan, python-dev, scoder, serhiy.storchaka
Date 2013-09-28.13:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380376458.57.0.659099505936.issue18990@psf.upfronthosting.co.za>
In-reply-to
Content
We're not changing XMLPullParser.close() to return anything other than None, so the unit tests now check for this, and this behaviour is explicitly documented with users redirected towards read_events() instead.

This is consistent with the XMLParser.close() API, since what to return is up to the target, and the implicit custom target for XMLPullParser is designed for the events to be consumed in a stream.
History
Date User Action Args
2013-09-28 13:54:18ncoghlansetrecipients: + ncoghlan, scoder, eli.bendersky, python-dev, serhiy.storchaka
2013-09-28 13:54:18ncoghlansetmessageid: <1380376458.57.0.659099505936.issue18990@psf.upfronthosting.co.za>
2013-09-28 13:54:18ncoghlanlinkissue18990 messages
2013-09-28 13:54:18ncoghlancreate