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 2013-09-09.19:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378755153.57.0.030045234206.issue18990@psf.upfronthosting.co.za>
In-reply-to
Content
The .close() method of the new XMLPullParser (see issue17741) in Py3.4 shows an unnecessarily complicated behaviour that is inconsistent with the .close() method of the existing XMLParser.

The attached patch removes some code to fix this.
History
Date User Action Args
2013-09-09 19:32:33scodersetrecipients: + scoder
2013-09-09 19:32:33scodersetmessageid: <1378755153.57.0.030045234206.issue18990@psf.upfronthosting.co.za>
2013-09-09 19:32:33scoderlinkissue18990 messages
2013-09-09 19:32:33scodercreate