commit | e0e34bbb646ffa16d796230e7bee4a6c29c3e201 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Oct 29 18:16:31 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Oct 29 18:16:31 2010 +0000 |
tree | 286eb5575224cec3942402700d5b84131fb3d649 | |
parent | c6f4024e03230d1e709495b472377ff2d1909a30 [diff] |
Merged revisions 85931 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85931 | antoine.pitrou | 2010-10-29 20:15:33 +0200 (ven., 29 oct. 2010) | 5 lines Issue #7547: fix transient failures due to network glitches in test_timeout. Patch by Sandro Tosi. ........