mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #16717: get rid of socket.error, replace with OSError
This commit is contained in:
parent
ad28c7f9da
commit
0832af6628
39 changed files with 169 additions and 167 deletions
|
@ -15,7 +15,7 @@ Limitations:
|
|||
|
||||
Module interface:
|
||||
|
||||
- socket.error: exception raised for socket specific errors
|
||||
- socket.error: exception raised for socket specific errors, alias for OSError
|
||||
- socket.gaierror: exception raised for getaddrinfo/getnameinfo errors,
|
||||
a subclass of socket.error
|
||||
- socket.herror: exception raised for gethostby* errors,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue