We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb961 commit 8dd2387Copy full SHA for 8dd2387
1 file changed
Lib/socket.py
@@ -54,8 +54,6 @@
54
errno = None
55
EBADF = getattr(errno, 'EBADF', 9)
56
EINTR = getattr(errno, 'EINTR', 4)
57
-EAGAIN = getattr(errno, 'EAGAIN', 11)
58
-EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11)
59
60
__all__ = ["getfqdn", "create_connection"]
61
__all__.extend(os._get_exports_list(_socket))
0 commit comments