summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-05-16 16:11:54 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-05-16 16:11:54 (GMT)
commitd779b353faec67ad964e65dd3210c2489e68d450 (patch)
tree11c7de257cb11a7928f5eeb8ed637f2113455c94 /Doc
parent8d3342b489c3f0e68efe0b78f8aec48cb8e8d70c (diff)
downloadcpython-d779b353faec67ad964e65dd3210c2489e68d450.zip
cpython-d779b353faec67ad964e65dd3210c2489e68d450.tar.gz
cpython-d779b353faec67ad964e65dd3210c2489e68d450.tar.bz2
Add item
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index e1bec20..261f65a 100644
--- a/Doc/whatsnew/whatsnew25.tex
+++ b/Doc/whatsnew/whatsnew25.tex
@@ -1513,6 +1513,12 @@ Brandl.)
(Contributed by Skip Montanaro.)
% Patch 1120353
+\item The \module{zlib} module's \class{Compress} and \class{Decompress}
+objects now support a \method{copy()} method that makes a copy of the
+object's internal state and returns a new
+\class{Compress} or \class{Decompress} object.
+(Contributed by Chris AtLee.)
+% Patch 1435422
\end{itemize}