New submission from Rahul Kumaresan <kayra...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue39937> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com