diff options
author | Martin Panter <vadmium> | 2016-01-14 13:22:29 (GMT) |
---|---|---|
committer | Martin Panter <vadmium> | 2016-01-14 13:22:29 (GMT) |
commit | 17cbee49d6561cbcca25c095436a516032940fe2 (patch) | |
tree | 29d6f24a2e83abf016f9cf660e9949b87e45b06c /Misc | |
parent | 17210f50d24290195154ae9fcdd1f5ac9c58bf1c (diff) | |
parent | b55f8b79af5db5459aeff14b6176e54f6db60317 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |