Python 2.3

Chris Liechti cliechti at gmx.net
Fri Jul 19 18:18:34 EDT 2002


Rhymes <raims at dot.com> wrote in 
news:8r1hjuk58o67amhuvfna5htpe2gtl3gnlr at 4ax.com:
> When Python 2.3 will be released?
> 
> I've read the "what's new" and i'm waiting generators and true
> division :-)

there is a nice little machine were using here called "guidos time 
machine"... ;-)

just add these lines at the top of your file:
from __future__ import division
from __future__ import generators

an you're fine with 2.2...

chris

-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list