]> granicus.if.org Git - python/commit
SF bug #785222: zlib monotonic test
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Aug 2003 04:35:24 +0000 (04:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Aug 2003 04:35:24 +0000 (04:35 +0000)
commit6d362b25c5125070ddd58f0bfaf79cb67e4f2cd4
treebf36e5ac8c56423927d48653053c48cf4aa4355c
parent9d12ab5c3ce50013dac0af03c3a1bf061aaa9731
SF bug #785222:  zlib monotonic test

For smaller datasets, it is not always true the increasing the compression
level always results in better compression.  Removed the test which made
this invalid assumption.
Lib/test/test_zlib.py