commit | ae93389e0ac400924a5b196c3b0d7633104e9637 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 10 09:02:33 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 10 09:02:33 2010 +0000 |
tree | f68cad89dab4f3301368809550445d76b7f1e583 | |
parent | 1d519cde654cf663241a765b9d91e663f8fa1953 [diff] |
Merged revisions 86391 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86391 | antoine.pitrou | 2010-11-10 09:59:25 +0100 (mer., 10 nov. 2010) | 4 lines Followup to r86383: it seems that in some cases (buildbots), the server closes the connection before we can call shutdown(). ........