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 santoso.wijaya
Recipients Arfrever, einarfd, eli.bendersky, ezio.melotti, jcea, santoso.wijaya, serhiy.storchaka
Date 2012-10-11.01:37:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349919466.79.0.96714409446.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
This is because, in Python 3.3, xml.etree.ElementTree.Element is overridden by the C accelerator version, _elementtree.Element.

If you remove the statement, 

1708    from _elementtree import *

the behavior from Python 3.2 comes back.
History
Date User Action Args
2012-10-11 01:37:46santoso.wijayasetrecipients: + santoso.wijaya, jcea, ezio.melotti, Arfrever, eli.bendersky, serhiy.storchaka, einarfd
2012-10-11 01:37:46santoso.wijayasetmessageid: <1349919466.79.0.96714409446.issue16076@psf.upfronthosting.co.za>
2012-10-11 01:37:46santoso.wijayalinkissue16076 messages
2012-10-11 01:37:46santoso.wijayacreate