]> granicus.if.org Git - python/commit
Fixes release blocker issue #3492 and #3790.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Sep 2008 20:13:06 +0000 (20:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 6 Sep 2008 20:13:06 +0000 (20:13 +0000)
commit693fc4604f9dd251949638228e282a0c8757b4ca
tree629b595fbfce66cfb0743a9d22fb6c4107380740
parent35e661c7115256290e7abbf62f9d0bc602dfeac3
Fixes release blocker issue #3492 and #3790.

Make zlib and zipimport to return bytes instead of bytearray and use bytes
rather than bytearray for their internal leftover data storages.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zipimport.c
Modules/zlibmodule.c