diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-03-15 20:26:12 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-03-15 20:26:12 (GMT) |
commit | 73277fe0ebd07b470e43804c24282a4947a63341 (patch) | |
tree | 23510ccea0e27b5615f59ffbebaaef34e54fa4d5 /Misc | |
parent | 38c27546520fea63bc7efb031f2a6255506d2c5c (diff) | |
download | cpython-73277fe0ebd07b470e43804c24282a4947a63341.zip cpython-73277fe0ebd07b470e43804c24282a4947a63341.tar.gz cpython-73277fe0ebd07b470e43804c24282a4947a63341.tar.bz2 |
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins Library ------- +- Issue #11199: Fix the with urllib which hangs on particular ftp urls. + - Issue #14062: Header objects now correctly respect the 'linesep' setting when processed by BytesParser (which smtplib.SMTP.send_message uses). |