[Python-Dev] PyTypeObject type names in Modules/

Stefan Krah stefan at bytereef.org
Thu Jan 3 20:17:23 CET 2013


Eli Bendersky <eliben at 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




More information about the Python-Dev mailing list