mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
news entry matching r74655
This commit is contained in:
parent
68c6e92fd4
commit
7f3ea6a5e5
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue