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.

classification
Title: Add missing XMLPullParser to ElementTree.__all__
Type: Stage: resolved
Components: XML Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: martin.panter Nosy List: martin.panter, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2016-03-31 07:14 by martin.panter, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
elementtree-all.patch martin.panter, 2016-03-31 07:14
Messages (2)
msg262689 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-03-31 08:11
LGTM.
msg262725 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-01 07:26
New changeset 3d6b67361749 by Martin Panter in branch 'default':
Issue #26676: Add missing XMLPullParser to ElementTree.__all__
https://hg.python.org/cpython/rev/3d6b67361749
History
Date User Action Args
2022-04-11 14:58:29adminsetgithub: 70863
2016-04-01 09:15:43martin.pantersetstatus: open -> closed
resolution: fixed
stage: commit review -> resolved
2016-04-01 07:26:24python-devsetnosy: + python-dev
messages: + msg262725
2016-03-31 08:11:09serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg262689

assignee: martin.panter
stage: patch review -> commit review
2016-03-31 07:18:10martin.panterlinkissue23883 dependencies
2016-03-31 07:14:52martin.pantercreate