[Python-checkins] python/dist/src/Misc NEWS,1.1378,1.1379

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 29 22:16:10 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
bug [ 1296004 ] MemoryError in httplib



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1378
retrieving revision 1.1379
diff -u -d -r1.1378 -r1.1379
--- NEWS	29 Sep 2005 13:40:48 -0000	1.1378
+++ NEWS	29 Sep 2005 20:16:07 -0000	1.1379
@@ -242,6 +242,9 @@
 Library
 -------
 
+- Bug #1296004: httplib.py: Limit maximal amount of data read from the
+  socket to avoid a MemoryError on Windows.
+
 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
   to get the correct encoding.
 



More information about the Python-checkins mailing list