mirror of https://github.com/python/cpython
Merge debug output removal with 3.2.
This commit is contained in:
commit
c990f3b167
|
@ -56,7 +56,6 @@ another rational number, or from a string.
|
||||||
Fraction(0, 1)
|
Fraction(0, 1)
|
||||||
>>> Fraction('3/7')
|
>>> Fraction('3/7')
|
||||||
Fraction(3, 7)
|
Fraction(3, 7)
|
||||||
[40794 refs]
|
|
||||||
>>> Fraction(' -3/7 ')
|
>>> Fraction(' -3/7 ')
|
||||||
Fraction(-3, 7)
|
Fraction(-3, 7)
|
||||||
>>> Fraction('1.414213 \t\n')
|
>>> Fraction('1.414213 \t\n')
|
||||||
|
|
Loading…
Reference in New Issue