diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-10-19 11:34:32 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-10-19 11:34:32 (GMT) |
commit | b0cc91290cfa12621cb51eb0c7d6a0f223722346 (patch) | |
tree | e2f1ee4c52da50985d81142658705f4031fcdde3 /Misc | |
parent | 2ee776bcea795f0ef2247be9708251b3485a80a1 (diff) | |
download | cpython-b0cc91290cfa12621cb51eb0c7d6a0f223722346.zip cpython-b0cc91290cfa12621cb51eb0c7d6a0f223722346.tar.gz cpython-b0cc91290cfa12621cb51eb0c7d6a0f223722346.tar.bz2 |
Fix issue #16270: urllib may hang when used for retrieving files via FTP by using a context manager.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Core and Builtins Library ------- +- Issue #16270: urllib may hang when used for retrieving files via FTP by using + a context manager. Patch by Giampaolo Rodola'. + - Issue #16176: Properly identify Windows 8 via platform.platform() - Issue #16114: The subprocess module no longer provides a misleading error |