commit | 46ae0efce1128b4d5793981c133c21a5176401e1 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Oct 28 16:52:17 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Fri Oct 28 16:52:17 2011 -0400 |
tree | c9a670adf8882d997d177335755ae592765ac0e1 | |
parent | 4d46c2a7229eee963180a938c914bee3352a016f [diff] [blame] |
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
diff --git a/Misc/NEWS b/Misc/NEWS index b3c7fd1..527874d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -171,6 +171,8 @@ 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