mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Reverted unwanted change in r84826
This commit is contained in:
parent
11cb961b38
commit
8dd2387a60
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ except ImportError:
|
|||
errno = None
|
||||
EBADF = getattr(errno, 'EBADF', 9)
|
||||
EINTR = getattr(errno, 'EINTR', 4)
|
||||
EAGAIN = getattr(errno, 'EAGAIN', 11)
|
||||
EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11)
|
||||
|
||||
__all__ = ["getfqdn", "create_connection"]
|
||||
__all__.extend(os._get_exports_list(_socket))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue