On Fri, Sep 09, 2005 at 11:31 -0700, Russell E. Owen wrote: > In article <[EMAIL PROTECTED]>, > Tristan Seligmann <[EMAIL PROTECTED]> wrote: > > > > Why does it matter if the single statement you insert is spelled > > " metaclass = type" instead of "from future import whatever"? > > Remember, unlike the division example, you would only have to insert one > > statement, as opposed to changing every use of integer division. > > It matters because "metaclass = type" is completely obscure. How would > any non-expert have a clue what it means?
How would this non-expert have a clue what "from __future__ import new_style_classes" means? holger _______________________________________________ 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