From: Nadeem Vawda Date: Sun, 3 Mar 2013 21:48:15 +0000 (+0100) Subject: Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. X-Git-Tag: v3.4.0a1~1286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6386e17f392d984fa5d16df4c6c74314aecbb588;p=thirdparty%2FPython%2Fcpython.git Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. --- 6386e17f392d984fa5d16df4c6c74314aecbb588 diff --cc Misc/NEWS index 5bf85eea5b37,0b1da99048d6..2f24d0b8917b --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -887,15 -635,10 +887,17 @@@ Extension Module Tests ----- + - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. + +- Issue #17283: Share code between `__main__.py` and `regrtest.py` in + `Lib/test`. + - Issue #17249: convert a test in test_capi to use unittest and reap threads. +- Issue #17107: Test client-side SNI support in urllib.request thanks to + the new server-side SNI support in the ssl module. Initial patch by + Daniel Black. + - Issue #17041: Fix testing when Python is configured with the --without-doc-strings.