]> granicus.if.org Git - python/commit
bpo-32373: Add socket.getblocking() method. (#4926)
authorYury Selivanov <yury@magic.io>
Sun, 28 Jan 2018 22:27:38 +0000 (17:27 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Jan 2018 22:27:38 +0000 (17:27 -0500)
commitf11b460d8717fc3a5810684713b8b818f68789e8
tree3e5d87dccf168ef8a2df56120876c77e83fc8cfc
parent631fd38dbf04dbf0127881f3977982e401a849e4
bpo-32373: Add socket.getblocking() method. (#4926)
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2017-12-19-09-23-46.bpo-32373.8qAkoW.rst [new file with mode: 0644]
Modules/socketmodule.c