summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-07 17:55:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-07 17:55:08 (GMT)
commit0e7ec44aa976dfbf2c8dd0f82078138646052959 (patch)
tree9ec9d79b71a1a85f212c13d7df75e415c67b27c9
parentde7f4b29470fbabd1299be22537335141592a9fa (diff)
parent697e7bacbcd85abc073a4a91eedd396940695faf (diff)
downloadcpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.zip
cpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.tar.gz
cpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.tar.bz2
Merge typo fix in Misc/NEWS entry from 3.2.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b94b13..bbcfcb7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -642,7 +642,7 @@ 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.
+ test_capi.
- Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.