On 13 July 2013 00:54, eryksun <eryk...@gmail.com> wrote:

> A __future__ import modifies compilation of the current module.
>

Hmm, so if I import a module that uses truncated division, that's what I
get, even though I imported __future__ division. OTOH, a non-future import
will be used by a module imported after it. That's a gotcha to avoid ;')
-- 
Jim
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to