On Jan 11, 2010, at 10:53 PM, Jack Diederich wrote:

>3) 100% of the module level assignments in public projects were the
>"__metaclass__ = type" variety which is why there isn't a fixer for
>that.  Also, a fixer would have been really, really ugly (munge every
>class definition in this module because there is a top level
>assignment).

And almost certainly unnecessary.  IME, those are all to easily make bare
class definitions new style in Python 2.

-Barry

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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