[Tutor] "from future import division"?

Andrew McNamara andrewm@object-craft.com.au
Tue Jul 15 02:12:02 2003


>"Python in a Nutshell" says this will be the default in 2.3, and until 
>then, I can either include the line:
>
> from future import division

Try: 

    from __future__ import division

-- 
Andrew McNamara, Senior Developer, Object Craft
http://www.object-craft.com.au/