[Python-checkins] cpython (merge 3.3 -> default): Merge debug output removal with 3.3.

ezio.melotti python-checkins at python.org
Sat Dec 8 11:31:14 CET 2012


http://hg.python.org/cpython/rev/a2af31adc747
changeset:   80750:a2af31adc747
parent:      80745:def01022870a
parent:      80749:cb40fe08ff43
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Dec 08 12:30:58 2012 +0200
summary:
  Merge debug output removal with 3.3.

files:
  Doc/library/fractions.rst |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Doc/library/fractions.rst b/Doc/library/fractions.rst
--- a/Doc/library/fractions.rst
+++ b/Doc/library/fractions.rst
@@ -56,7 +56,6 @@
       Fraction(0, 1)
       >>> Fraction('3/7')
       Fraction(3, 7)
-      [40794 refs]
       >>> Fraction(' -3/7 ')
       Fraction(-3, 7)
       >>> Fraction('1.414213 \t\n')

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list