commit | 4c59211bd5b136880bb3b5c6aef033e2b62c1019 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Mar 15 13:24:40 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Mar 15 13:24:40 2012 -0700 |
tree | e4e4c732f45f79b106ebb75fe5957e6ec85e4efe | |
parent | f1acd0ab381b4e50b8f1a3cd0186ff1551c81b06 [diff] [blame] |
Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
diff --git a/Misc/NEWS b/Misc/NEWS index 3b162bc..376d8d3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #11199: Fix the with urllib which hangs on particular ftp urls. + - Issue #5219: Prevent event handler cascade in IDLE. - Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under