This commit is contained in:
Florent Xicluna 2010-03-31 21:40:32 +00:00
parent a57df2cf1d
commit ad59833649
1 changed files with 1 additions and 1 deletions

View 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