On Jan 28, 1:25 am, "lee" <[EMAIL PROTECTED]> wrote: > what are the things that we can do with import from future usage.....i > heard its very interesting......thanks
Now that nested_scopes and generators are no longer optional, the only thing left is "from __future__ import division", which makes the "/" operator on integers give the same result as for floats. -- http://mail.python.org/mailman/listinfo/python-list
