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 f.de.kruijf, serhiy.storchaka
Date 2020-09-11.09:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599816689.76.0.0648059287124.issue41759@roundup.psfhosted.org>
In-reply-to
Content
parse() is an instance method. It should be called as tree.parse(f) (where tree is an instance of ElementTree), not ElementTree.parse(f).
History
Date User Action Args
2020-09-11 09:31:29serhiy.storchakasetrecipients: + serhiy.storchaka, f.de.kruijf
2020-09-11 09:31:29serhiy.storchakasetmessageid: <1599816689.76.0.0648059287124.issue41759@roundup.psfhosted.org>
2020-09-11 09:31:29serhiy.storchakalinkissue41759 messages
2020-09-11 09:31:29serhiy.storchakacreate