[Python-Dev] Community buildbots (original) (raw)

Bob Ippolito bob at redivi.com
Thu Jul 13 23:07:07 CEST 2006


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

glyph at divmod.com 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 newclasses" and "from future import unicodeliterals" 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



More information about the Python-Dev mailing list