diff options
author | Barry Warsaw <barry@python.org> | 2011-10-28 20:52:17 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-10-28 20:52:17 (GMT) |
commit | 46ae0efce1128b4d5793981c133c21a5176401e1 (patch) | |
tree | c9a670adf8882d997d177335755ae592765ac0e1 /Misc | |
parent | 4d46c2a7229eee963180a938c914bee3352a016f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |