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.

Author rahul-kumi
Recipients docs@python, rahul-kumi, xtreak
Date 2020-03-11.17:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583949098.86.0.806272470528.issue39937@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-11 17:51:38rahul-kumisetrecipients: + rahul-kumi, docs@python, xtreak
2020-03-11 17:51:38rahul-kumisetmessageid: <1583949098.86.0.806272470528.issue39937@roundup.psfhosted.org>
2020-03-11 17:51:38rahul-kumilinkissue39937 messages
2020-03-11 17:51:38rahul-kumicreate