So, no chance of doing this:

# "A.py"
from __future__ import division, with_statement

# "B.py"
from A import *
print 1 / 2

...and printing 0.5, right? Too bad :)
Thanks!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to