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 aad2e48 commit 76421c3Copy full SHA for 76421c3
python-stdlib/errno/errno.py
@@ -34,5 +34,6 @@
34
ERANGE = 34 # Math result not representable
35
EAFNOSUPPORT = 97 # Address family not supported by protocol
36
ECONNRESET = 104 # Connection timed out
37
+ENOTCONN = 107 # Not connected
38
ETIMEDOUT = 110 # Connection timed out
39
EINPROGRESS = 115 # Operation now in progress
0 commit comments