commit | 47617ab20d290c99bebbb179db7c0b714b415c8c | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Wed Aug 04 08:35:25 2010 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Wed Aug 04 08:35:25 2010 +0000 |
tree | 2652e1ce8f2b4020c8332990a431a132cb6b831d | |
parent | 0b5019fe2376ed6ef2aaf61ff9cbc8e6b090bc56 [diff] [blame] |
fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin)
diff --git a/Misc/NEWS b/Misc/NEWS index 545ef74..dd5252c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #2944: asyncore doesn't handle connection refused correctly. + - Issue #3196: email header decoding is now forgiving if an RFC2047 encoded word encoded in base64 is lacking padding.