Python 2.3

François Pinard pinard at iro.umontreal.ca
Sat Jul 20 16:07:28 EDT 2002


[Peter Hansen]

> Just treat the "from __future__" statements as any other package and
> you'll be fine.

`from __future__' is a little special in that it should not be preceded
by any other executable statement, except another `from __future__'.

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard





More information about the Python-list mailing list