On Jul 13, 2006, at 1:53 PM, Giovanni Bajo wrote:

> [EMAIL PROTECTED] wrote:
>
>> (Aside: IMHO, the sooner we can drop old-style classes entirely, the
>> better.
>> That is one bumpy Python upgrade process that I will be _very_ happy
>> to do.
>
> 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

"from __future__ import new_classes" exists, but the syntax is  
different:

__metaclass__ = type

-bob

_______________________________________________
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