summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-16 07:38:27 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-16 07:38:27 (GMT)
commit8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c (patch)
tree7bd0f08251d2d2ced5c64f5bbd603b802ea2154f /Misc
parent5f5d99c21521972baee65c99ae8b02e9339b8ed3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6551b99..20d4ff1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).