commit | be83698f21eabb1e787a56051a5acd5600d19e6d | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Oct 28 16:14:44 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Fri Oct 28 16:14:44 2011 -0400 |
tree | 74978a2f6b1716eeaad828ff3606e23052142ebf | |
parent | 87033526adba2f29319df133ec92a3cd23f4c704 [diff] [blame] |
- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
diff --git a/Misc/NEWS b/Misc/NEWS index 9f7028f..72dff61 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #13218: Fix test_ssl failures on Debian/Ubuntu. + - Issue #13268: Fix the assert statement when a tuple is passed as the message. - Issue #13018: Fix reference leaks in error paths in dictobject.c.