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 931ce2b commit 28e78d0Copy full SHA for 28e78d0
Lib/socket.py
@@ -73,6 +73,8 @@ def __getattr__(name):
73
warnings._deprecated(name, remove=(3, 16))
74
return _socket.socket
75
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
76
+
77
78
# Set up the socket.AF_* socket.SOCK_* constants as members of IntEnums for
79
# nicer string representations.
80
# Note that _socket only knows about the integer values. The public interface
0 commit comments