summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-10-28 21:08:12 (GMT)
committerBarry Warsaw <barry@python.org>2011-10-28 21:08:12 (GMT)
commitc21a81bf7679f0c49f8407dbb16b49a3b8215fd4 (patch)
treef0e21fb8688472940151fa1e1b0ea5ff226c58e4 /Misc
parent608cab54e4f1a896106e449b854f80ad719548fc (diff)
parent5a8f03f6634bd52fff2413335e84877acef6a135 (diff)
downloadcpython-c21a81bf7679f0c49f8407dbb16b49a3b8215fd4.zip
cpython-c21a81bf7679f0c49f8407dbb16b49a3b8215fd4.tar.gz
cpython-c21a81bf7679f0c49f8407dbb16b49a3b8215fd4.tar.bz2
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0b1edff..92f8818 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1500,6 +1500,8 @@ Extension Modules
Tests
-----
+- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
+
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
(see issue 13125).