Issue 13138: ElementTree's Element.iter() lacks versionadded (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/57347

classification

Title: ElementTree's Element.iter() lacks versionadded
Type: Stage: resolved
Components: Documentation Versions: Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Trundle, docs@python, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2011-10-09 00:49 by Trundle, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Element_iter_versionadded.patch Trundle,2011-10-09 00:49 review
Messages (4)
msg145199 - (view) Author: Andreas Stührk (Trundle) * Date: 2011-10-09 00:49
See http://docs.python.org/whatsnew/2.7.html#updated-module-elementtree-1-3
msg145275 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-09 20:57
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
msg145277 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-10-09 21:03
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
msg145278 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2011-10-09 21:04
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57347
2011-10-09 21:04:46 ezio.melotti set status: open -> closedassignee: docs@python -> ezio.melottinosy: + ezio.melottimessages: + resolution: fixedstage: resolved
2011-10-09 21:03:40 python-dev set messages: +
2011-10-09 20:57:17 python-dev set nosy: + python-devmessages: +
2011-10-09 00:49:32 Trundle create