Comment #1 on issue 2605 by [email protected]: ntheory/factor_.py: doctest incompatible with 2to3
http://code.google.com/p/sympy/issues/detail?id=2605

Here is a rewrite for the reduce line:

    >>> M=1
    ... for i in range(2, 265):
    ...     M = ilcm(M, i)
    ...

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to