Eli Bendersky <eli...@gmail.com> wrote:
> Yes, of course. All of that is already implemented in patches Daniel Shahaf 
> has
> submitted to the issue. The "controversial" question here is whether it's 
> valid
> to change the __module__ of the type between 3.3 and 3.3.1 ?

In 3.2 and in the Python version of 3.3 we have this:

>>> Element.__module__
'xml.etree.ElementTree'


So IMHO changing the C version to do the same in 3.3.1 is a compatibility fix.


Stefan Krah


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to