Commit c990f3b1 authored by Ezio Melotti's avatar Ezio Melotti

Merge debug output removal with 3.2.

parents 12f33df4 5a2e2b8f
......@@ -56,7 +56,6 @@ another rational number, or from a string.
Fraction(0, 1)
>>> Fraction('3/7')
Fraction(3, 7)
[40794 refs]
>>> Fraction(' -3/7 ')
Fraction(-3, 7)
>>> Fraction('1.414213 \t\n')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment