commit | 28f7ab6402379b53e6ba0b37172c07a28b0726ac | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 26 22:37:59 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 26 22:37:59 2010 +0000 |
tree | 767e0110261d5b17d410291034700109989d8938 | |
parent | 365171d8f605a950bc62398f73c4fc923be6e7cd [diff] |
Merged revisions 80515 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r80515 | antoine.pitrou | 2010-04-27 00:17:47 +0200 (mar., 27 avril 2010) | 4 lines Hopefully fix sporadic Windows issue by avoiding calling getpeername() on a freshly dup'ed socket. ........