Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

xml.etree.ElementTree.Element.getchildren() and getiterator() is deprecated since python 2.7 and 3.2 and will be removed in python 3.9.
getchildren() should be replaced by list(elem) or iteration.
getiterator() should be replaced by Element.iter()

Seems flickrripper.py uses getchildren().

https://docs.python.org/dev/library/xml.etree.elementtree.html#module-xml.etree.ElementTree


TASK DETAIL
https://phabricator.wikimedia.org/T213814

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Aklapper, Multichill, Xqt, pywikibot-bugs-list, Wenyi, Mahveotm, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to