]> granicus.if.org Git - python/commit
Merged revisions 84021-84023 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 14 Aug 2010 17:26:19 +0000 (17:26 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 14 Aug 2010 17:26:19 +0000 (17:26 +0000)
commit355447330926fc8e7c8d0163a0739a149d6844a2
tree04f75ae5fd7a73954ba48b7131be0aaa359bbd55
parentb384e6c7804ebe15c2f85392cdcb8a55aba86e4a
Merged revisions 84021-84023 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84021 | antoine.pitrou | 2010-08-14 18:24:38 +0200 (sam., 14 août 2010) | 4 lines

  Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeouts
  when the remote server doesn't answer.
........
  r84022 | antoine.pitrou | 2010-08-14 18:32:10 +0200 (sam., 14 août 2010) | 4 lines

  This is a better resolution than r84021 (because it will also affect
  ssl.get_server_certificate()).
........
  r84023 | antoine.pitrou | 2010-08-14 18:33:38 +0200 (sam., 14 août 2010) | 3 lines

  There doesn't seem to be a reason for this test to be disabled.
........
Lib/test/test_ssl.py