diff options
author | Giampaolo Rodolà <g.rodola@gmail.com> | 2010-08-04 09:02:27 (GMT) |
---|---|---|
committer | Giampaolo Rodolà <g.rodola@gmail.com> | 2010-08-04 09:02:27 (GMT) |
commit | 934abddaece303fce61e1ab3bb3c631c30f117c2 (patch) | |
tree | e6ca1c5253a8b1e2fd5a77f08b01fd2e9d50be4b /Misc | |
parent | 84c7d9f87b33282a84ef2bfc9ffe407aa9976243 (diff) | |
download | cpython-934abddaece303fce61e1ab3bb3c631c30f117c2.zip cpython-934abddaece303fce61e1ab3bb3c631c30f117c2.tar.gz cpython-934abddaece303fce61e1ab3bb3c631c30f117c2.tar.bz2 |
fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin). Merged from 2.7 branch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -895,3 +895,4 @@ Siebren van der Zee Uwe Zessin Tarek Ziadé Peter Åstrand +Alexander Shigin @@ -37,6 +37,8 @@ Extensions Library ------- +- Issue #2944: asyncore doesn't handle connection refused correctly. + - Issue #4184: Private attributes on smtpd.SMTPChannel made public and deprecate the private attributes. Add tests for smtpd module. |