summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2014-10-15 01:57:58 (GMT)
committerEthan Furman <ethan@stoneleaf.us>2014-10-15 01:57:58 (GMT)
commit41d31967c6bcc7e730a0db77cfe1dc334c6d853e (patch)
tree52c27efa0546ca61a7bac9fd037a1aebac696487 /Doc/library/socket.rst
parentc597d5c318dc9af27d99a70074688578caf82890 (diff)
parent7184bac5446aefcf576bc8a0a666cfd096b86293 (diff)
downloadcpython-41d31967c6bcc7e730a0db77cfe1dc334c6d853e.zip
cpython-41d31967c6bcc7e730a0db77cfe1dc334c6d853e.tar.gz
cpython-41d31967c6bcc7e730a0db77cfe1dc334c6d853e.tar.bz2
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 1c333f4..0897441 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -192,6 +192,11 @@ Exceptions
Constants
^^^^^^^^^
+ The AF_* and SOCK_* constants are now :class:`AddressFamily` and
+ :class:`SocketKind` :class:`.IntEnum` collections.
+
+ .. versionadded:: 3.4
+
.. data:: AF_UNIX
AF_INET
AF_INET6