diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 17:56:15 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 17:56:15 (GMT) |
commit | d4725f3f20077580ce016795b3d74b9d6e6ba52b (patch) | |
tree | 90016f2e9eb4a1206533bea5767ec872795225ef | |
parent | a44ce78d94244a99175eabb01b9e20c34d9159f6 (diff) | |
parent | 0e7ec44aa976dfbf2c8dd0f82078138646052959 (diff) | |
download | cpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.zip cpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.tar.gz cpython-d4725f3f20077580ce016795b3d74b9d6e6ba52b.tar.bz2 |
Merge typo fix in Misc/NEWS entry from 3.3.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |