[issue13138] ElementTree's Element.iter() lacks versionadded
New submission from Andreas Stührk <andy-python@hammerhartes.de>: See http://docs.python.org/whatsnew/2.7.html#updated-module-elementtree-1-3 ---------- assignee: docs@python components: Documentation files: Element_iter_versionadded.patch keywords: patch messages: 145199 nosy: Trundle, docs@python priority: normal severity: normal status: open title: ElementTree's Element.iter() lacks versionadded versions: Python 2.7 Added file: http://bugs.python.org/file23352/Element_iter_versionadded.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13138> _______________________________________
Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 0f0a5d1c7a93 by Ezio Melotti in branch '2.7': #13138: add missing versionadded. Patch by Andreas Stührk. http://hg.python.org/cpython/rev/0f0a5d1c7a93 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13138> _______________________________________
Roundup Robot <devnull@psf.upfronthosting.co.za> added the comment: New changeset 66d01b252b9a by Ezio Melotti in branch '3.2': #13138: add missing versionadded. http://hg.python.org/cpython/rev/66d01b252b9a New changeset 2580e642e2ee by Ezio Melotti in branch 'default': #13138: merge with 3.2. http://hg.python.org/cpython/rev/2580e642e2ee ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13138> _______________________________________
Ezio Melotti <ezio.melotti@gmail.com> added the comment: Fixed, thanks for the report and the patch! ---------- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13138> _______________________________________
participants (3)
-
Andreas Stührk
-
Ezio Melotti
-
Roundup Robot