Skip to content

Commit 8dd2387

Browse files
committed
Reverted unwanted change in r84826
1 parent 11cb961 commit 8dd2387

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/socket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
errno = None
5555
EBADF = getattr(errno, 'EBADF', 9)
5656
EINTR = getattr(errno, 'EINTR', 4)
57-
EAGAIN = getattr(errno, 'EAGAIN', 11)
58-
EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11)
5957

6058
__all__ = ["getfqdn", "create_connection"]
6159
__all__.extend(os._get_exports_list(_socket))

0 commit comments

Comments
 (0)