[Python-Dev] Community buildbots

Talin talin at acm.org
Fri Jul 14 07:15:27 CEST 2006


Giovanni Bajo wrote:
> glyph at divmod.com wrote:
> 
> I think python should have a couple more of future imports. "from __future__
> import new_classes" and "from __future__ import unicode_literals" would be
> really welcome, and would smooth the Py3k migration process

Actually - can we make new-style classes the default, but allow a way to 
switch to old-style classes if needed? Perhaps a command-line argument 
to set the default back to old-style?

-- Talin


More information about the Python-Dev mailing list