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 Arfrever
Recipients Arfrever, cmn, effbot, eli.bendersky, eric.araujo, ezio.melotti, flox, pjenvey, python-dev, scoder, tshepang
Date 2012-05-15.18:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337105980.44.0.450509898051.issue13988@psf.upfronthosting.co.za>
In-reply-to
Content
Temporary very ugly workaround (before importing xml.etree.ElementTree) is:

import sys
sys.modules["_elementtree"] = None
History
Date User Action Args
2012-05-15 18:19:40Arfreversetrecipients: + Arfrever, effbot, scoder, pjenvey, ezio.melotti, eric.araujo, eli.bendersky, flox, tshepang, python-dev, cmn
2012-05-15 18:19:40Arfreversetmessageid: <1337105980.44.0.450509898051.issue13988@psf.upfronthosting.co.za>
2012-05-15 18:19:39Arfreverlinkissue13988 messages
2012-05-15 18:19:39Arfrevercreate