[Python-checkins] r74656 - python/trunk/Misc/NEWS

chris.withers python-checkins at python.org
Fri Sep 4 18:32:22 CEST 2009


Author: chris.withers
Date: Fri Sep  4 18:32:22 2009
New Revision: 74656

Log:
news entry matching r74655

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Sep  4 18:32:22 2009
@@ -364,6 +364,11 @@
 Library
 -------
 
+- Issue #6838: Use a list to accumulate the value instead of
+  repeatedly concatenating strings in httplib's
+  HTTPResponse._read_chunked providing a significant speed increase
+  when downloading large files servend with a Transfer-Encoding of 'chunked'.
+
 - Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments
   as documented.
 


More information about the Python-checkins mailing list