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 jackjansen
Recipients jackjansen
Date 2018-10-09.09:58:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539079114.74.0.545547206417.issue34941@psf.upfronthosting.co.za>
In-reply-to
Content
Correction to the last line:
When using Python 2.7 everything works fine. When adding a findall() method to the Element subclass that simply calls ElementPath.findall() everything also works fine. I suspect some issue with the _elementtree C implementation but I don't understand it.
History
Date User Action Args
2018-10-09 09:58:34jackjansensetrecipients: + jackjansen
2018-10-09 09:58:34jackjansensetmessageid: <1539079114.74.0.545547206417.issue34941@psf.upfronthosting.co.za>
2018-10-09 09:58:34jackjansenlinkissue34941 messages
2018-10-09 09:58:34jackjansencreate