diff options
author | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-10-19 11:25:17 (GMT) |
---|---|---|
committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2012-10-19 11:25:17 (GMT) |
commit | 89e92854b6d2c2d9d385795ea976d97ee2d97e65 (patch) | |
tree | 058cc14018acc55552912b1c37f41ae4d4cfd3f4 /Misc | |
parent | edbe30c7c7131a121c9d8a5652e1c63cdae11f1b (diff) | |
download | cpython-89e92854b6d2c2d9d385795ea976d97ee2d97e65.zip cpython-89e92854b6d2c2d9d385795ea976d97ee2d97e65.tar.gz cpython-89e92854b6d2c2d9d385795ea976d97ee2d97e65.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
@@ -53,6 +53,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 #16088: BaseHTTPRequestHandler's send_error method includes a |