[Python-checkins] cpython (2.7): Issue #11277: fix issue number in a test_zlib comment

victor.stinner python-checkins at python.org
Wed May 4 14:02:20 CEST 2011


http://hg.python.org/cpython/rev/1ef2a7319849
changeset:   69824:1ef2a7319849
branch:      2.7
parent:      69822:9d5a50e5d8a2
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Wed May 04 14:02:11 2011 +0200
summary:
  Issue #11277: fix issue number in a test_zlib comment

files:
  Lib/test/test_zlib.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
--- a/Lib/test/test_zlib.py
+++ b/Lib/test/test_zlib.py
@@ -72,7 +72,7 @@
                          zlib.crc32('spam',  (2**31)))
 
 
-# Issue #10276 - check that inputs of 2 GB are handled correctly.
+# Issue #11277 - check that inputs of 2 GB are handled correctly.
 # Be aware of issues #1202, #8650, #8651 and #10276
 class ChecksumBigBufferTestCase(unittest.TestCase):
     int_max = 0x7FFFFFFF

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


More information about the Python-checkins mailing list