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: Suggest the usage of Element.iter() instead of iter() in whatsnew
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, rahul-kumi, xtreak
Priority: normal Keywords:

Created on 2020-03-11 17:51 by rahul-kumi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18937 merged rahul-kumi, 2020-03-11 17:51
Messages (2)
msg363949 - (view) Author: Rahul Kumaresan (rahul-kumi) * Date: 2020-03-11 17:51
In the whatsnew section, under the point which mentions the deprecation of getchildren() and getiterator() through bpo-36543, it is suggested to use iter() instead.

Ideally there should be a suggestion to use Element.iter() instead.
msg364144 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-03-14 05:50
New changeset 7a5cbc72988aee668816be9d1ef44c0cb4081ff6 by Rahul Kumaresan in branch 'master':
bpo-39937: Improve suggestions for removal of getchildren and getiterator in changelog (GH-18937)
https://github.com/python/cpython/commit/7a5cbc72988aee668816be9d1ef44c0cb4081ff6
History
Date User Action Args
2022-04-11 14:59:28adminsetgithub: 84118
2020-03-14 05:51:53xtreaksetstatus: open -> closed
type: enhancement
resolution: fixed
stage: resolved
2020-03-14 05:50:29xtreaksetmessages: + msg364144
2020-03-11 17:51:38rahul-kumicreate