summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-11 03:59:55 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-11 03:59:55 (GMT)
commit3300878d8c9ca454c78a7222e6b91f75cafbfa49 (patch)
tree6105273fb4e877ca35d769a68c5b5e8aa229d719 /Misc
parent686aae484175ac05c18b8840e0c26ab602a31c88 (diff)
parent42a541bd490fbf8eb9f4bf0399f3411b5f3e5d87 (diff)
downloadcpython-3300878d8c9ca454c78a7222e6b91f75cafbfa49.zip
cpython-3300878d8c9ca454c78a7222e6b91f75cafbfa49.tar.gz
cpython-3300878d8c9ca454c78a7222e6b91f75cafbfa49.tar.bz2
#11963: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ad7bc5..11ab410 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -645,6 +645,8 @@ Library
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.