[Python-checkins] r46015 - python/trunk/Doc/whatsnew/whatsnew25.tex

andrew.kuchling python-checkins at python.org
Tue May 16 18:11:55 CEST 2006


Author: andrew.kuchling
Date: Tue May 16 18:11:54 2006
New Revision: 46015

Modified:
   python/trunk/Doc/whatsnew/whatsnew25.tex
Log:
Add item

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew25.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew25.tex	Tue May 16 18:11:54 2006
@@ -1513,6 +1513,12 @@
       (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}
 


More information about the Python-checkins mailing list