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

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


http://hg.python.org/cpython/rev/cb40fe08ff43
changeset:   80749:cb40fe08ff43
branch:      3.3
parent:      80744:cae5f3266b81
parent:      80748:cac64fbf65b8
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Dec 08 12:30:44 2012 +0200
summary:
  Merge debug output removal with 3.2.

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