diff options
author | Georg Brandl <georg@python.org> | 2006-05-16 07:38:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-16 07:38:27 (GMT) |
commit | 8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c (patch) | |
tree | 7bd0f08251d2d2ced5c64f5bbd603b802ea2154f /Misc | |
parent | 5f5d99c21521972baee65c99ae8b02e9339b8ed3 (diff) | |
download | cpython-8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c.zip cpython-8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c.tar.gz cpython-8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c.tar.bz2 |
Patch #1435422: zlib's compress and decompress objects now have a
copy() method.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |