summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-12 01:44:17 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-12 01:44:17 (GMT)
commit503ba3ed973d8e82ea5e38cb287d4127fccf51b8 (patch)
tree763d37115600123def5749e3237e92cde2c7ec97 /Misc/NEWS
parent2609fa7311c7536b8e8412f213576568f0f61957 (diff)
parent44c19eccf9fd8258f8d939fe30b79b644b2c235a (diff)
downloadcpython-503ba3ed973d8e82ea5e38cb287d4127fccf51b8.zip
cpython-503ba3ed973d8e82ea5e38cb287d4127fccf51b8.tar.gz
cpython-503ba3ed973d8e82ea5e38cb287d4127fccf51b8.tar.bz2
Merge 3.5 (issue #27456)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a28aad..a7e648b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -365,6 +365,8 @@ Library
- asyncio: Add set_protocol / get_protocol to Transports.
+- Issue #27456: asyncio: Set TCP_NODELAY by default.
+
IDLE
----