]> granicus.if.org Git - python/commit
Switch the AF_* and SOCK_* constants in the socket module to IntEnum.
authorEli Bendersky <eliben@gmail.com>
Sat, 31 Aug 2013 22:13:30 +0000 (15:13 -0700)
committerEli Bendersky <eliben@gmail.com>
Sat, 31 Aug 2013 22:13:30 +0000 (15:13 -0700)
commitb2ff3cf0e9e1c198ae38c8908a1e1b3fe1c98651
tree46003883c5f2f35da175944edc952ba1a0b03978
parent7e7cf8bc51cc8a8148a0ac891bd5c88092272bab
Switch the AF_* and SOCK_* constants in the socket module to IntEnum.

Closes #18720.
Lib/socket.py
Lib/test/test_socket.py