summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 21:53:41 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 21:53:41 (GMT)
commit76fc8c7098e61a1dd1642b9465cd21ac6310d024 (patch)
treea6c4043a564899b7ec5279b06c53d795ce27b5df /Misc
parent05380645546208b67df8a9ac7ee509dffb1f77e7 (diff)
downloadcpython-76fc8c7098e61a1dd1642b9465cd21ac6310d024.zip
cpython-76fc8c7098e61a1dd1642b9465cd21ac6310d024.tar.gz
cpython-76fc8c7098e61a1dd1642b9465cd21ac6310d024.tar.bz2
fix issue 658749: correctly interprets asyncore's windows errors on connect()
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 75375ab..dbfdae5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@ Extensions
Library
-------
+- Issue #658749: asyncore's connect() method now correctly interprets winsock
+ errors;
+
- Issue #9501: Fixed logging regressions in cleanup code.
- Fix functools.total_ordering() to actually work.