mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
even when reporthook is None. Patch by Jyrki Pulliainen.
This commit is contained in:
parent
53bcd66012
commit
ce260142c6
3 changed files with 87 additions and 29 deletions
|
|
@ -66,6 +66,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue 10817: Fix urlretrieve function to raise ContentTooShortError even
|
||||
when reporthook is None. Patch by Jyrki Pulliainen.
|
||||
|
||||
- Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.
|
||||
(Patch by Roger Serwy)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue