diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-31 21:40:32 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-31 21:40:32 (GMT) |
commit | ad5983364966b49c277b495112ae41c6ae2d01ed (patch) | |
tree | 439116e2d3c8dba3000ee88f69e3ed025da11212 /Doc/whatsnew | |
parent | a57df2cf1d627840dff505e8487fbd5f42414c7b (diff) | |
download | cpython-ad5983364966b49c277b495112ae41c6ae2d01ed.zip cpython-ad5983364966b49c277b495112ae41c6ae2d01ed.tar.gz cpython-ad5983364966b49c277b495112ae41c6ae2d01ed.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 7d49121..dfc158c 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -882,7 +882,7 @@ changes, or look through the Subversion logs for all the details. The :mod:`site` module now reports exceptions occurring when the :mod:`sitecustomize` module is imported, and will no longer - catch and swallow the :exc:`KeyboardError` exception. (Fixed by + catch and swallow the :exc:`KeyboardInterrupt` exception. (Fixed by Victor Stinner; :issue:`3137`.) * The :mod:`socket` module's :class:`SSL` objects now support the |