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 d63c994 commit 46cb8dfCopy full SHA for 46cb8df
1 file changed
Doc/library/socket.rst
@@ -364,10 +364,17 @@ Exceptions
364
Constants
365
^^^^^^^^^
366
367
-The AF_* and SOCK_* constants are now :class:`AddressFamily` and
368
-:class:`SocketKind` :class:`.IntEnum` collections.
+.. class:: AddressFamily
369
370
-.. versionadded:: 3.4
+ :class:`enum.IntEnum` collection of AF_* constants.
+
371
+ .. versionadded:: 3.4
372
373
+.. class:: SocketKind
374
375
+ :class:`enum.IntEnum` collection of SOCK_* constants.
376
377
378
379
.. data:: AF_UNIX
380
AF_INET
0 commit comments