]> granicus.if.org Git - python/commit
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
authorYury Selivanov <yury@magic.io>
Tue, 19 Dec 2017 01:02:54 +0000 (20:02 -0500)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2017 01:02:54 +0000 (20:02 -0500)
commit9818142b1bd20243733a953fb8aa2c7be314c47c
tree625350fae6c199ae5442118eaf36db480fe00046
parent6efcb6d3d5911aaf699f9df3bb3bc26e94f38e6d
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Doc/library/socket.rst
Doc/whatsnew/3.7.rst
Lib/socket.py
Lib/test/test_asyncore.py
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2017-12-15-23-48-43.bpo-32331.fIg1Uc.rst [new file with mode: 0644]
Modules/socketmodule.c