[New-bugs-announce] [issue39937] Suggest the usage of Element.iter() instead of iter() in whatsnew

Rahul Kumaresan report at bugs.python.org
Wed Mar 11 13:51:38 EDT 2020


New submission from Rahul Kumaresan <kayrahul at 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 at python
components: Documentation
messages: 363949
nosy: docs at 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 at bugs.python.org>
<https://bugs.python.org/issue39937>
_______________________________________


More information about the New-bugs-announce mailing list