From: Andrew M. Kuchling Date: Tue, 16 May 2006 16:11:54 +0000 (+0000) Subject: Add item X-Git-Tag: v2.5b1~641 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d779b353faec67ad964e65dd3210c2489e68d450;p=thirdparty%2FPython%2Fcpython.git Add item --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index e1bec2082ec5..261f65a4c4bc 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}