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 scoder
Recipients eli.bendersky, ncoghlan, scoder, serhiy.storchaka
Date 2013-09-27.05:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380260412.85.0.284956427649.issue18990@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the obvious minimal patch that removes the non-public 'root' attribute. Please apply it for Py3.4 and then set the version tag of this ticket to Py3.5 (instead of closing it, because it's not resolved yet).

As I said, the expected thing to do (and what lxml.etree will do in its next release) is to behave like XMLParser. Reverting the new patch for Py3.5 and applying the old one will achieve that nicely, including the proper test adaptations.
History
Date User Action Args
2013-09-27 05:40:12scodersetrecipients: + scoder, ncoghlan, eli.bendersky, serhiy.storchaka
2013-09-27 05:40:12scodersetmessageid: <1380260412.85.0.284956427649.issue18990@psf.upfronthosting.co.za>
2013-09-27 05:40:12scoderlinkissue18990 messages
2013-09-27 05:40:12scodercreate