Merged revisions 83705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83705 | giampaolo.rodola | 2010-08-04 11:02:27 +0200 (mer, 04 ago 2010) | 1 line

  fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin). Merged from 2.7 branch.
........
diff --git a/Misc/ACKS b/Misc/ACKS
index 6486e79..15c0aed 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -856,3 +856,4 @@
 Tarek Ziadé
 Peter Åstrand
 Fredrik Håård
+Alexander Shigin