summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-01-28 22:27:38 (GMT)
committerGitHub <noreply@github.com>2018-01-28 22:27:38 (GMT)
commitf11b460d8717fc3a5810684713b8b818f68789e8 (patch)
tree3e5d87dccf168ef8a2df56120876c77e83fc8cfc /Misc
parent631fd38dbf04dbf0127881f3977982e401a849e4 (diff)
downloadcpython-f11b460d8717fc3a5810684713b8b818f68789e8.zip
cpython-f11b460d8717fc3a5810684713b8b818f68789e8.tar.gz
cpython-f11b460d8717fc3a5810684713b8b818f68789e8.tar.bz2
bpo-32373: Add socket.getblocking() method. (#4926)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-19-09-23-46.bpo-32373.8qAkoW.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-19-09-23-46.bpo-32373.8qAkoW.rst b/Misc/NEWS.d/next/Library/2017-12-19-09-23-46.bpo-32373.8qAkoW.rst
new file mode 100644
index 0000000..9772dda
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-12-19-09-23-46.bpo-32373.8qAkoW.rst
@@ -0,0 +1 @@
+Add socket.getblocking() method.