summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-06-17 19:52:18 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-06-17 19:52:18 (GMT)
commitea93ac013dc0d69c3500f16105fb0f8ea94aba3f (patch)
tree3d43d0bf0c5468a679c4c4258b38badc3bf1107a /Doc/whatsnew/3.6.rst
parent99d66f917a60ad556726b497a7d964e4b2ce109d (diff)
downloadcpython-ea93ac013dc0d69c3500f16105fb0f8ea94aba3f.zip
cpython-ea93ac013dc0d69c3500f16105fb0f8ea94aba3f.tar.gz
cpython-ea93ac013dc0d69c3500f16105fb0f8ea94aba3f.tar.bz2
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 8e166f0..e7e01a6 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -346,6 +346,14 @@ sqlite3
(Contributed by Alex LordThorsen in :issue:`16864`.)
+socket
+------
+
+The :func:`~socket.socket.ioctl` function now supports the :data:`~socket.SIO_LOOPBACK_FAST_PATH`
+control code.
+(Contributed by Daniel Stokes in :issue:`26536`.)
+
+
socketserver
------------