commit | d4725f3f20077580ce016795b3d74b9d6e6ba52b | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Mar 07 19:56:15 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Mar 07 19:56:15 2013 +0200 |
tree | 90016f2e9eb4a1206533bea5767ec872795225ef | |
parent | a44ce78d94244a99175eabb01b9e20c34d9159f6 [diff] | |
parent | 0e7ec44aa976dfbf2c8dd0f82078138646052959 [diff] |
Merge typo fix in Misc/NEWS entry from 3.3.
diff --git a/Misc/NEWS b/Misc/NEWS index 1823a9d..4bdee9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -897,7 +897,7 @@ - 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.