]> granicus.if.org Git - python/commit
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
authorEthan Furman <ethan@stoneleaf.us>
Wed, 15 Oct 2014 01:56:53 +0000 (18:56 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Wed, 15 Oct 2014 01:56:53 +0000 (18:56 -0700)
commit7184bac5446aefcf576bc8a0a666cfd096b86293
tree202d81f8303e93df8f99327285ac0bee3a4e6ad7
parent00bdce3e1077357547831ef3ab12ba705225bcf8
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Doc/library/socket.rst
Lib/socket.py
Lib/test/test_socket.py