diff options
author | Martin Panter <vadmium> | 2016-01-14 13:25:06 (GMT) |
---|---|---|
committer | Martin Panter <vadmium> | 2016-01-14 13:25:06 (GMT) |
commit | 3570e02fd284a29fa1021395b1249ffddf781868 (patch) | |
tree | 90186727f3c71a913344298c8bd633b619d362c1 /Misc | |
parent | 3b63dc3aa9d002f410dcf7057885c2cc98916205 (diff) | |
parent | 40b97ec57a32adc25b0c44285ee924ccabb11a89 (diff) | |
download | cpython-3570e02fd284a29fa1021395b1249ffddf781868.zip cpython-3570e02fd284a29fa1021395b1249ffddf781868.tar.gz cpython-3570e02fd284a29fa1021395b1249ffddf781868.tar.bz2 |
Issue #25940: Merge self-signed.pythontest.net testing from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -564,6 +564,9 @@ Documentation Tests ----- +- Issue #25940: Changed test_ssl to use self-signed.pythontest.net. This + avoids relying on svn.python.org, which recently changed root certificate. + - Issue #25616: Tests for OrderedDict are extracted from test_collections into separate file test_ordered_dict. |