[issue39937] Suggest the usage of Element.iter() instead of iter() in whatsnew

New submission from Rahul Kumaresan <kayrahul@gmail.com>: 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. ---------- assignee: docs@python components: Documentation messages: 363949 nosy: docs@python, rahul-kumi, xtreak priority: normal pull_requests: 18290 severity: normal status: open title: Suggest the usage of Element.iter() instead of iter() in whatsnew versions: Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39937> _______________________________________

Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: 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/7a5cbc72988aee668816be9d1ef44c0cb40... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39937> _______________________________________

Change by Karthikeyan Singaravelan <tir.karthi@gmail.com>: ---------- resolution: -> fixed stage: -> resolved status: open -> closed type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39937> _______________________________________
participants (2)
-
Karthikeyan Singaravelan
-
Rahul Kumaresan