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 eli.bendersky, gphemsley, ned.deily, scoder, serhiy.storchaka
Date 2018-01-13.17:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515863433.96.0.467229070634.issue29209@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks right to me.

I'd personally be ok with applying it to 3.7, but I'll leave the decision to you. Most of the removed "features" are non-controversial, except:

- "getchildren()" is probably still in use, also because it's more efficient than "list(elem)" in lxml (and has never been deprecated there), so code that supports both libraries might have preferred it

- cElementTree is probably still imported by quite a bit of code

So, this will have an impact on user code, despite any previous deprecation warnings. But it's easy to resolve in a backwards compatible way.
History
Date User Action Args
2018-01-13 17:10:34scodersetrecipients: + scoder, ned.deily, eli.bendersky, serhiy.storchaka, gphemsley
2018-01-13 17:10:33scodersetmessageid: <1515863433.96.0.467229070634.issue29209@psf.upfronthosting.co.za>
2018-01-13 17:10:33scoderlinkissue29209 messages
2018-01-13 17:10:33scodercreate