Patch #1435422: zlib's compress and decompress objects now have a

copy() method.
This commit is contained in:
Georg Brandl 2006-05-16 07:38:27 +00:00
parent 5f5d99c215
commit 8d3342b489
4 changed files with 175 additions and 0 deletions

View file

@ -28,6 +28,9 @@ Core and builtins
Extension Modules
-----------------
- Patch #1435422: zlib's compress and decompress objects now have a
copy() method.
- On Win32, os.listdir now supports arbitrarily-long Unicode path names
(up to the system limit of 32K characters).