diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-18 06:14:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-18 06:14:47 (GMT) |
commit | 989df09db23f2e7588a9e88c6d05611d3c411582 (patch) | |
tree | c8decd18afdc21a4ecfec6c715fe440a5211f43a /Lib/test/test_zlib.py | |
parent | e09594d5ebc14ef88a5620b4b9978679626429e2 (diff) | |
download | cpython-989df09db23f2e7588a9e88c6d05611d3c411582.zip cpython-989df09db23f2e7588a9e88c6d05611d3c411582.tar.gz cpython-989df09db23f2e7588a9e88c6d05611d3c411582.tar.bz2 |
Issue #16764: Move NEWS entry to correct section and remove too strict test.
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r-- | Lib/test/test_zlib.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py index 4d72d6f..20174d8 100644 --- a/Lib/test/test_zlib.py +++ b/Lib/test/test_zlib.py @@ -173,10 +173,6 @@ class CompressTestCase(BaseCompressTestCase, unittest.TestCase): wbits=zlib.MAX_WBITS, bufsize=zlib.DEF_BUF_SIZE), HAMLET_SCENE) - with self.assertRaises(TypeError): - zlib.decompress(data=x, - wbits=zlib.MAX_WBITS, - bufsize=zlib.DEF_BUF_SIZE) def test_speech128(self): # compress more data |