]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
authorEthan Furman <ethan@stoneleaf.us>
Wed, 15 Oct 2014 01:57:58 +0000 (18:57 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Wed, 15 Oct 2014 01:57:58 +0000 (18:57 -0700)
commit41d31967c6bcc7e730a0db77cfe1dc334c6d853e
tree52c27efa0546ca61a7bac9fd037a1aebac696487
parentc597d5c318dc9af27d99a70074688578caf82890
parent7184bac5446aefcf576bc8a0a666cfd096b86293
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Doc/library/socket.rst
Lib/socket.py
Lib/test/test_socket.py