mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Fix typo
This commit is contained in:
parent
a57df2cf1d
commit
ad59833649
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue