[Python-checkins] python/dist/src/Misc NEWS, 1.1193年2月11日2, 1.1193年2月11日3
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Thu Sep 29 22:16:16 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7067/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
backport bug [ 1296004 ] MemoryError in httplib
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193年2月11日2
retrieving revision 1.1193年2月11日3
diff -u -d -r1.1193年2月11日2 -r1.1193年2月11日3
--- NEWS 29 Sep 2005 13:42:45 -0000 1.1193年2月11日2
+++ NEWS 29 Sep 2005 20:16:12 -0000 1.1193年2月11日3
@@ -14,6 +14,12 @@
- Fix parse errors in the readline module when compiling without threads.
+Library
+-------
+
+- Bug #1296004: httplib.py: Limit maximal amount of data read from the
+ socket to avoid a MemoryError on Windows.
+
What's New in Python 2.4.2 final?
=================================
More information about the Python-checkins
mailing list