diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 17:55:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-03-07 17:55:08 (GMT) |
commit | 0e7ec44aa976dfbf2c8dd0f82078138646052959 (patch) | |
tree | 9ec9d79b71a1a85f212c13d7df75e415c67b27c9 | |
parent | de7f4b29470fbabd1299be22537335141592a9fa (diff) | |
parent | 697e7bacbcd85abc073a4a91eedd396940695faf (diff) | |
download | cpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.zip cpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.tar.gz cpython-0e7ec44aa976dfbf2c8dd0f82078138646052959.tar.bz2 |
Merge typo fix in Misc/NEWS entry from 3.2.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |