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 f37f57d commit 34619dfCopy full SHA for 34619df
Doc/library/socket.rst
@@ -1024,8 +1024,11 @@ The following functions all create :ref:`socket objects <socket-objects>`.
1024
1025
.. data:: SocketType
1026
1027
- This is a Python type object that represents the socket object type. It is the
1028
- same as ``type(socket(...))``.
+ This is a Python type object that is the base class for all socket objects.
+
1029
+ .. versionchanged:: 3.0
1030
+ This became the base class for socket objects. Previously, this was
1031
+ the exact type of socket objects, the same as ``type(socket(...))``.
1032
1033
1034
Other functions
0 commit comments