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 15a6233Copy full SHA for 15a6233
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
python-stdlib/errno/manifest.py
@@ -1,3 +1,3 @@
1
-metadata(version="0.1.4")
+metadata(version="0.2.0")
2
3
module("errno.py")
0 commit comments