Talin 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?

so people complain about new releases breaking too much code, and your 
response to that is break even more code ?

</F>

_______________________________________________
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