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 WoodyWoo
Recipients WoodyWoo, docs@python
Date 2020-10-01.01:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601515761.51.0.509804678965.issue41899@roundup.psfhosted.org>
In-reply-to
Content
The docs should specially tell that when need root.remove(child) must works with "for child  in root.findall()".

And my code with "while if continue" could make root.insert(index,newchild) easily.
History
Date User Action Args
2020-10-01 01:29:21WoodyWoosetrecipients: + WoodyWoo, docs@python
2020-10-01 01:29:21WoodyWoosetmessageid: <1601515761.51.0.509804678965.issue41899@roundup.psfhosted.org>
2020-10-01 01:29:21WoodyWoolinkissue41899 messages
2020-10-01 01:29:21WoodyWoocreate