summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium>2016-01-14 12:46:49 (GMT)
committerMartin Panter <vadmium>2016-01-14 12:46:49 (GMT)
commit514bb0711f81837ffa3a479ec17fa5ebd620cf47 (patch)
tree4983827270e2fe9e88057a5b2c6558c0d6acf99d /Misc
parentd9d0e864b901792c412ece6e9583e4ad74f9031d (diff)
parent73f55076f667c7678e422e7c85613ee6737a11bf (diff)
downloadcpython-514bb0711f81837ffa3a479ec17fa5ebd620cf47.zip
cpython-514bb0711f81837ffa3a479ec17fa5ebd620cf47.tar.gz
cpython-514bb0711f81837ffa3a479ec17fa5ebd620cf47.tar.bz2
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a540671..298d027 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,12 @@ Library
- Issue #26050: Add asyncio.StreamReader.readuntil() method.
Patch by Марк Коренберг.
+Tests
+-----
+
+- Issue #25940: Changed test_ssl to use self-signed.pythontest.net. This
+ avoids relying on svn.python.org, which recently changed root certificate.
+
What's New in Python 3.4.4?
===========================