]> granicus.if.org Git - python/commitdiff
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 3 Mar 2013 21:48:15 +0000 (22:48 +0100)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 3 Mar 2013 21:48:15 +0000 (22:48 +0100)
1  2 
Lib/test/test_ssl.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 5bf85eea5b37968529842bffa9bd539648aa3240,0b1da99048d6cefea48de423e260e51de04435f6..2f24d0b8917b6334c22dfc9aa1e2c855d5ed0b47
+++ 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.