[IronPython] true division?

Gary Stephenson garys at ihug.com.au
Thu Sep 21 10:25:19 CEST 2006


Is there a way to get true division in ipy without using the -Qnew command 
line option?  On a per-module or per-instance basis?

"from __future__ import true_division"

returns "SyntaxError: future feature is not defined: true_division"

I see in the Issue Tracker for work item 2206 it says

    fix:
    need to make similar fix as done for true_division.

but I was unable to any other mention of true division anywhere on the 
CodePlex wiki.

thanks in advance,

gary 




More information about the Ironpython-users mailing list