New submission from Stefan Behnel: 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. ---------- components: Library (Lib), XML files: xmlpullparser_close.patch keywords: patch messages: 197383 nosy: scoder priority: normal severity: normal status: open title: Remove unnecessary API inconsistency from ElementTree.XMLPullParser.close() type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file31702/xmlpullparser_close.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18990> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com