Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.

This commit is contained in:
Antoine Pitrou 2012-04-16 03:37:35 +02:00
commit d15e6a32c4
2 changed files with 114 additions and 112 deletions

View file

@ -90,6 +90,9 @@ Library
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.