commit | afd9b2b54d7f75d80ba8d8505e27d0b3746a96b9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Mar 09 04:57:00 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Mar 09 04:57:00 2007 +0000 |
tree | 67b0d89fabd028e19e01f2e6c27394cc9fe179bf | |
parent | 1622d82c08d0978cc1f19e340370030b8f424a37 [diff] [blame] |
Manual backport of r54233. This will help prevent spurious Buildbot failures by HTTPS connections that time out.
diff --git a/Misc/NEWS b/Misc/NEWS index 1ea4916..525c9bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -356,6 +356,9 @@ Tests ----- +- Cause test.test_socket_ssl:test_basic to raise + test.test_support.ResourceDenied when an HTTPS connection times out. + - Remove passwd.adjunct.byname from list of maps for test_nis.