summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-07 17:56:15 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-07 17:56:15 (GMT)
commitd4725f3f20077580ce016795b3d74b9d6e6ba52b (patch)
tree90016f2e9eb4a1206533bea5767ec872795225ef
parenta44ce78d94244a99175eabb01b9e20c34d9159f6 (diff)
parent0e7ec44aa976dfbf2c8dd0f82078138646052959 (diff)
downloadcpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.zip
cpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.tar.gz
cpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.tar.bz2
Merge typo fix in Misc/NEWS entry from 3.3.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1823a9d..4bdee9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -897,7 +897,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.