summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-05 18:33:38 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-05 18:33:38 (GMT)
commit87a249c1196bcdc09201f5b3c60ae13ecc62cbe1 (patch)
tree73142c432425721a253d7030a20e4b4d05f08f2d /Misc
parentdf1d3c5c4b5a235b4acd7700991363ad6fa8a3ca (diff)
parente1857d999d5547aa1ed99a76dad889b468a71222 (diff)
downloadcpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.zip
cpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.tar.gz
cpython-87a249c1196bcdc09201f5b3c60ae13ecc62cbe1.tar.bz2
#11732: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a895a2..a0dd2f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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