From: Florent Xicluna Date: Wed, 31 Mar 2010 21:40:32 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.7b1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad5983364966b49c277b495112ae41c6ae2d01ed;p=python Fix typo --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 7d49121a6d..dfc158c394 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