diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-04 12:02:11 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-04 12:02:11 (GMT) |
| commit | fb5d3e75bba8dfb567acefa6fd56ac56721bfe95 (patch) | |
| tree | e0535d90f813a28b644502eb3e93b373b2fb4025 /Lib | |
| parent | df8a8f768d929b56e43c42299064e7bcaebee4c7 (diff) | |
| download | cpython-fb5d3e75bba8dfb567acefa6fd56ac56721bfe95.zip cpython-fb5d3e75bba8dfb567acefa6fd56ac56721bfe95.tar.gz cpython-fb5d3e75bba8dfb567acefa6fd56ac56721bfe95.tar.bz2 | |
Issue #11277: fix issue number in a test_zlib comment
Diffstat (limited to 'Lib')
| -rw-r--r-- | 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 index 810d606..c09dee3 100644 --- a/Lib/test/test_zlib.py +++ b/Lib/test/test_zlib.py @@ -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 |
