Opcode compatible division

Guido van Rossum guido at python.org
Thu Jul 26 17:59:40 EDT 2001


bokr at accessone.com (Bengt Richter) writes:

> Is from future a one-way effect for the rest of the interpreter's execution?

It is done on a per-module basis -- each module that wants the effect
must contain a future statement.  Read PEP 236, it spells it out
in nauseating detail:

    http://python.sourceforge.net/peps/pep-0236.html

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-list mailing list