commit | 8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 16 07:38:27 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 16 07:38:27 2006 +0000 |
tree | 7bd0f08251d2d2ced5c64f5bbd603b802ea2154f | |
parent | 5f5d99c21521972baee65c99ae8b02e9339b8ed3 [diff] [blame] |
Patch #1435422: zlib's compress and decompress objects now have a copy() method.
diff --git a/Misc/NEWS b/Misc/NEWS index 6551b99..20d4ff1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -28,6 +28,9 @@ 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).