[issue26676] Add missing XMLPullParser to ElementTree.__all__

2016-04-01 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue26676] Add missing XMLPullParser to ElementTree.__all__

2016-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d6b67361749 by Martin Panter in branch 'default': Issue #26676: Add missing XMLPullParser to ElementTree.__all__ https://hg.python.org/cpython/rev/3d6b67361749 -- nosy: +python-dev ___ Python tracker

[issue26676] Add missing XMLPullParser to ElementTree.__all__

2016-03-31 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: LGTM. -- assignee: -> martin.panter nosy: +serhiy.storchaka stage: patch review -> commit review ___ Python tracker ___ ___

[issue26676] Add missing XMLPullParser to ElementTree.__all__

2016-03-31 Thread Martin Panter
Changes by Martin Panter : -- components: XML files: elementtree-all.patch keywords: patch nosy: martin.panter priority: normal severity: normal stage: patch review status: open title: Add missing XMLPullParser to ElementTree.__all__ versions: Python 3.6 Added file: http://bugs.python.or