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 spacether
Recipients spacether
Date 2018-12-19.02:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545186096.8.0.788709270274.issue35531@psf.upfronthosting.co.za>
In-reply-to
Content
Issue was user error. I though that find did a full search of the tree when it only searches children.
Solution is:

ele = xml.find('.//faultstring')
History
Date User Action Args
2018-12-19 02:21:36spacethersetrecipients: + spacether
2018-12-19 02:21:36spacethersetmessageid: <1545186096.8.0.788709270274.issue35531@psf.upfronthosting.co.za>
2018-12-19 02:21:36spacetherlinkissue35531 messages
2018-12-19 02:21:36spacethercreate