summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2011-10-28 20:52:17 (GMT)
committerBarry Warsaw <barry@python.org>2011-10-28 20:52:17 (GMT)
commit46ae0efce1128b4d5793981c133c21a5176401e1 (patch)
treec9a670adf8882d997d177335755ae592765ac0e1 /Misc
parent4d46c2a7229eee963180a938c914bee3352a016f (diff)
downloadcpython-46ae0efce1128b4d5793981c133c21a5176401e1.zip
cpython-46ae0efce1128b4d5793981c133c21a5176401e1.tar.gz
cpython-46ae0efce1128b4d5793981c133c21a5176401e1.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 b3c7fd1..527874d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,6 +171,8 @@ Library
Tests
-----
+- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
+
- Issue #12821: Fix test_fcntl failures on OpenBSD 5.
- Re-enable lib2to3's test_parser.py tests, though with an expected failure