| commit | 3d3cf48e53404996cff2e5a7e35812245b3e0a31 | [log] [tgz] |
|---|---|---|
| author | Giampaolo Rodola' <g.rodola@gmail.com> | Tue Mar 20 16:46:57 2012 +0100 |
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | Tue Mar 20 16:46:57 2012 +0100 |
| tree | 067905e6d6d4fbec96af1da5df3e2afab14bf8f8 | |
| parent | 0e3c1075495dfc1ed481f65091d1f9241868324a [diff] [blame] |
Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
diff --git a/Misc/NEWS b/Misc/NEWS index 0e12494..0b3668f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Library ------- +- Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr + attribute. + - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem. - Issue #11199: Fix the with urllib which hangs on particular ftp urls.