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 -- http://mail.python.org/mailman/listinfo/python-list