commit | 6120d87d32a2bfae04b6d85cff1f965b04866145 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 28 23:03:28 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 28 23:03:28 2011 +0000 |
tree | 2192d72ccdd1cc77b7a00b2656c3ed607db0addf | |
parent | d1c9845b54b6e4e53df6da01b62cea08cba082db [diff] |
Merged revisions 88686 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88686 | antoine.pitrou | 2011-02-28 23:38:07 +0100 (lun., 28 févr. 2011) | 4 lines Recommend inspecting the errno attribute of socket.error objects, and improve wording. ........