]> granicus.if.org Git - python/commitdiff
Issue #11277: fix issue number in a test_zlib comment
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 4 May 2011 12:02:11 +0000 (14:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 4 May 2011 12:02:11 +0000 (14:02 +0200)
Lib/test/test_zlib.py

index 810d6061d46dad887037584ea25fa1349deba3ae..c09dee329313d47346096432f328fa3f68c9c898 100644 (file)
@@ -72,7 +72,7 @@ class ChecksumTestCase(unittest.TestCase):
                          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