diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-11 04:03:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-11 04:03:05 (GMT) |
commit | c0417357d14b72763ba919728a1449373d122647 (patch) | |
tree | d9967f4134cfd90322d695ab16c62b28d8a275d1 /Misc | |
parent | b65e579926f0fdffc61c642737e627406470b351 (diff) | |
parent | 3300878d8c9ca454c78a7222e6b91f75cafbfa49 (diff) | |
download | cpython-c0417357d14b72763ba919728a1449373d122647.zip cpython-c0417357d14b72763ba919728a1449373d122647.tar.gz cpython-c0417357d14b72763ba919728a1449373d122647.tar.bz2 |
#11963: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -905,6 +905,8 @@ Extension Modules Tests ----- +- Issue #11963: remove human verification from test_parser and test_subprocess. + - 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_capi. |