diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-05 18:33:38 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-05 18:33:38 (GMT) |
commit | 87a249c1196bcdc09201f5b3c60ae13ecc62cbe1 (patch) | |
tree | 73142c432425721a253d7030a20e4b4d05f08f2d /Misc | |
parent | df1d3c5c4b5a235b4acd7700991363ad6fa8a3ca (diff) | |
parent | e1857d999d5547aa1ed99a76dad889b468a71222 (diff) | |
download | cpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.zip cpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.tar.gz cpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.tar.bz2 |
#11732: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -892,6 +892,10 @@ Extension Modules Tests ----- +- Issue #11732: add a new suppress_crash_popup() context manager to test.support + that disables crash popups on Windows and use it in test_faulthandler and + test_ctypes. + - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. - Issue #17283: Share code between `__main__.py` and `regrtest.py` in |