from future module!!!!!!!

Stargaming stargaming at gmail.com
Sun Jan 28 06:43:22 EST 2007


lee schrieb:
> Guys whats the from future module in python?thanks
> 

http://docs.python.org/lib/module-future.html

It's a module with that "future changes" may be activated (currently 
such as the with_statement, what isn't in the "2.5 standard" so far).

BTW, it's not the 'from future' module, it's just the 'future' (or 
'__future__') module. The 'from' clause is a keyword in python used for 
imports in the module namespace.

Stargaming



More information about the Python-list mailing list