mirror of https://github.com/python/cpython
Fix typo
This commit is contained in:
parent
a57df2cf1d
commit
ad59833649
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue