]> granicus.if.org Git - python/commitdiff
Fix typo
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 31 Mar 2010 21:40:32 +0000 (21:40 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 31 Mar 2010 21:40:32 +0000 (21:40 +0000)
Doc/whatsnew/2.7.rst

index 7d49121a6dbbb13a7b563badaac7bbd3fbdd0c73..dfc158c394679ede96094f0ba666d27bdefe70af 100644 (file)
@@ -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