diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-03-03 22:31:21 +0100 |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2013-03-03 22:31:21 +0100 |
commit | 7b39b9b51baf3bc421917083f2b0451c841728bc (patch) | |
tree | 6a37319fcbad3c10e919fd073b951bd73d2b968a /Misc | |
parent | Fix markup in unittest doc. (diff) | |
download | cpython-7b39b9b51baf3bc421917083f2b0451c841728bc.tar.gz cpython-7b39b9b51baf3bc421917083f2b0451c841728bc.tar.bz2 cpython-7b39b9b51baf3bc421917083f2b0451c841728bc.zip |
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index d3f1ee7a159..a003fe26a55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -947,6 +947,8 @@ Extension Modules Tests ----- +- Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. + - Issue #17249: convert a test in test_capi to use unittest and reap threads. - Issue #17041: Fix testing when Python is configured with the |