Commit 3c99d08a authored by Ezio Melotti's avatar Ezio Melotti

Merge debug output removal with 3.3.

parents b61162a9 f52c45be
......@@ -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