[Python-checkins] python/dist/src/Misc NEWS,1.1250,1.1251

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 09:35:26 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3086/Misc

Modified Files:
	NEWS 
Log Message:
Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
Partially fixes #1110242.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1250
retrieving revision 1.1251
diff -u -d -r1.1250 -r1.1251
--- NEWS	3 Mar 2005 08:17:42 -0000	1.1250
+++ NEWS	3 Mar 2005 08:35:22 -0000	1.1251
@@ -59,6 +59,8 @@
 Library
 -------
 
+- Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
+
 - Patch #1107973: Allow to iterate over the lines of a tarfile.ExFileObject.
 
 - Patch #1104111: Alter setup.py --help and --help-commands.



More information about the Python-checkins mailing list