Santoso Wijaya added the comment:

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.

----------
nosy: +santa4nt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16076>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to