]> granicus.if.org Git - python/commitdiff
news entry matching r74655
authorChris Withers <chris@simplistix.co.uk>
Fri, 4 Sep 2009 16:32:22 +0000 (16:32 +0000)
committerChris Withers <chris@simplistix.co.uk>
Fri, 4 Sep 2009 16:32:22 +0000 (16:32 +0000)
Misc/NEWS

index b517b978cfc9a2cf0f81f711c3bd809b5e681d82..a5ea3beb3292baec8c1923c89e3d6181c23eb615 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,11 @@ Core and Builtins
 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.