| commit | d15e6a32c45ac3a9d1c68a0f9943d81602956ebc | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 16 03:37:35 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Apr 16 03:37:35 2012 +0200 |
| tree | bbf268c076357a1ed6c3c7cea04e424f29f43179 | |
| parent | 01a76171a0fd890fabcdfe8963d26d218caf08d1 [diff] [blame] | |
| parent | aa292f91bbc589cd86cede476398018db557ea4f [diff] [blame] |
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.
diff --git a/Misc/NEWS b/Misc/NEWS index 9e81cd8..874f287 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Tests ----- +- Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing + a test failure in test_ssl. + - Issue #14355: Regrtest now supports the standard unittest test loading, and will use it if a test file contains no `test_main` method.