diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-23 21:56:11 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-23 21:56:11 (GMT) |
commit | 3fac43f89fb08487dc48fffa791d1c205d9710c5 (patch) | |
tree | ceecb01e7fc5a15e1ed69927ae91c4f9fffc2409 /Misc | |
parent | ff6d5c044a017364f291dc792b500dba8f7e55f0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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.) |