Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
diff --git a/Misc/ACKS b/Misc/ACKS
index 46a649c..9494406 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1431,6 +1431,7 @@
Richard Stoakley
Peter Stoehr
Casper Stoel
+Daniel Stokes
Michael Stone
Serhiy Storchaka
Ken Stox
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e99f5a..37e3663 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Library
-------
+- Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by
+ Daniel Stokes.
+
- Issue #27048: Prevents distutils failing on Windows when environment
variables contain non-ASCII characters