summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 21:56:11 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-23 21:56:11 (GMT)
commit3fac43f89fb08487dc48fffa791d1c205d9710c5 (patch)
treeceecb01e7fc5a15e1ed69927ae91c4f9fffc2409 /Misc
parentff6d5c044a017364f291dc792b500dba8f7e55f0 (diff)
downloadcpython-3fac43f89fb08487dc48fffa791d1c205d9710c5.zip
cpython-3fac43f89fb08487dc48fffa791d1c205d9710c5.tar.gz
cpython-3fac43f89fb08487dc48fffa791d1c205d9710c5.tar.bz2
Merged revisions 84284 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84284 | giampaolo.rodola | 2010-08-23 23:53:41 +0200 (lun, 23 ago 2010) | 1 line 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 d88a483..b94623d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,6 +95,9 @@ C-API
Library
-------
+- Issue #658749: asyncore's connect() method now correctly interprets winsock
+ errors.
+
- Issue #9214: Set operations on KeysView or ItemsView in the collections
module now correctly return a set. (Patch by Eli Bendersky.)