summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0eb8153..df54574 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,13 @@ Library
- Issue #22931: Allow '[' and ']' in cookie values.
+Tests
+-----
+
+- Issue #25940: Changed test_ssl and test_httplib to use
+ self-signed.pythontest.net. This avoids relying on svn.python.org, which
+ recently changed root certificate.
+
What's New in Python 3.2.6?
===========================