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 serhiy.storchaka
Recipients benjamin.peterson, eli.bendersky, scoder, serhiy.storchaka
Date 2017-05-14.16:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494779373.84.0.057618843568.issue30365@psf.upfronthosting.co.za>
In-reply-to
Content
getchildren() and getiterator() were deprecated in Python implementation for years (since updating to ElementTree 1.3 in Python 2.7 and 3.2). And they are documented as deprecated. Just C implementation didn't emit warnings. It may be too late to add unconditional deprecation warnings, but we can add them as Py3k warnings.

I'm going to remove these deprecated methods in 3.8.
History
Date User Action Args
2017-05-14 16:29:33serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, benjamin.peterson, eli.bendersky
2017-05-14 16:29:33serhiy.storchakasetmessageid: <1494779373.84.0.057618843568.issue30365@psf.upfronthosting.co.za>
2017-05-14 16:29:33serhiy.storchakalinkissue30365 messages
2017-05-14 16:29:33serhiy.storchakacreate