Python 3000 and "Python Regrets"

Dave Benjamin ramen at lackingtalent.com
Wed Dec 1 18:48:25 EST 2004


Steve Holden wrote:
> Brad Tilley wrote:
> 
>> Matt Gerrans wrote:
>>
>>> Anyway, what's to worry about?    When the time comes just whip out a 
>>> little script that converts Python 1.6 (or whatever you like) to 
>>> Python3K; it will only take seven lines of P3K code.
>>>
>>
>> How about 'import classic'
> 
> 
> ... or
> 
> from __past__ import __mistakes__

LOL! Better yet:

import __past__
del __past__.__mistakes__

Boy, what a load off!

Merry Christmas in advance,
Dave



More information about the Python-list mailing list