summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-25 03:06:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-10-25 03:06:04 (GMT)
commitd9dbf493837b798757ed68dbd97dd55cd0c6efa5 (patch)
treeab712037d2f289ce073d32c7b35c6a023a2034c3 /Misc
parent458123bd18e663919f441a69e01e8c76d5b01a98 (diff)
downloadcpython-d9dbf493837b798757ed68dbd97dd55cd0c6efa5.zip
cpython-d9dbf493837b798757ed68dbd97dd55cd0c6efa5.tar.gz
cpython-d9dbf493837b798757ed68dbd97dd55cd0c6efa5.tar.bz2
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 01fbf17..7d673b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,9 @@ Core and Builtins
Library
-------
+- Issue #25471: Sockets returned from accept() shouldn't appear to be
+ nonblocking.
+
- Issue #25441: asyncio: Raise error from drain() when socket is closed.
- Issue #25411: Improved Unicode support in SMTPHandler through better use of