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 scoder
Recipients benjamin.peterson, eli.bendersky, scoder, serhiy.storchaka
Date 2017-05-14.15:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494777555.58.0.840491614584.issue30365@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good to me (didn't test it).

Note that getchildren() is not deprecated in lxml because it's actually the fastest way to build a list of the children. It's faster than list(element) because it avoids the Python (C-level) iteration overhead. However, that probably wouldn't be substantial enough to merit adding it if it wasn't there already. I'm ok with deprecating the method in ET. It's redundant there.
History
Date User Action Args
2017-05-14 15:59:15scodersetrecipients: + scoder, benjamin.peterson, eli.bendersky, serhiy.storchaka
2017-05-14 15:59:15scodersetmessageid: <1494777555.58.0.840491614584.issue30365@psf.upfronthosting.co.za>
2017-05-14 15:59:15scoderlinkissue30365 messages
2017-05-14 15:59:15scodercreate