Kaydet (Commit) 7f3ea6a5 authored tarafından Chris Withers's avatar Chris Withers

news entry matching r74655

üst 68c6e92f
...@@ -364,6 +364,11 @@ Core and Builtins ...@@ -364,6 +364,11 @@ Core and Builtins
Library 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 - Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments
as documented. as documented.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment