summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2016-01-14 13:25:06 (GMT)
committerMartin Panter <vadmium>2016-01-14 13:25:06 (GMT)
commit3570e02fd284a29fa1021395b1249ffddf781868 (patch)
tree90186727f3c71a913344298c8bd633b619d362c1 /Misc
parent3b63dc3aa9d002f410dcf7057885c2cc98916205 (diff)
parent40b97ec57a32adc25b0c44285ee924ccabb11a89 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3a2574..da53b95 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.