summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2016-01-14 13:22:29 (GMT)
committerMartin Panter <vadmium>2016-01-14 13:22:29 (GMT)
commit17cbee49d6561cbcca25c095436a516032940fe2 (patch)
tree29d6f24a2e83abf016f9cf660e9949b87e45b06c /Misc
parent17210f50d24290195154ae9fcdd1f5ac9c58bf1c (diff)
parentb55f8b79af5db5459aeff14b6176e54f6db60317 (diff)
downloadcpython-17cbee49d6561cbcca25c095436a516032940fe2.zip
cpython-17cbee49d6561cbcca25c095436a516032940fe2.tar.gz
cpython-17cbee49d6561cbcca25c095436a516032940fe2.tar.bz2
Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 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 cc0c799..e3ec4a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,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.