]> granicus.if.org Git - python/commit
Issue #8672: Add a zlib test ensuring that an incomplete stream can be
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 11 May 2010 23:32:31 +0000 (23:32 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 11 May 2010 23:32:31 +0000 (23:32 +0000)
commit37ffc3e3ba18d0e54ea6f79e9c8aad94f0b41a7d
tree1c91496d025bbf7d665f1ea98aebb9505110761a
parentb9bf97132d2bd1819e49d2d53c7fa0309b14bb07
Issue #8672: Add a zlib test ensuring that an incomplete stream can be
handled by a decompressor object without errors (it returns incomplete
uncompressed data).
Lib/test/test_zlib.py
Misc/NEWS