summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-12-12 21:44:58 (GMT)
committerYury Selivanov <yury@magic.io>2016-12-12 21:44:58 (GMT)
commit291b93bb1f14257dcd0095bad840e15d4b7dd77e (patch)
tree4f8a2a071bc4a39dabf762bd761236c6621af95c /Doc/whatsnew/3.6.rst
parent2308740f64d4de603a7a818e718189e933625831 (diff)
downloadcpython-291b93bb1f14257dcd0095bad840e15d4b7dd77e.zip
cpython-291b93bb1f14257dcd0095bad840e15d4b7dd77e.tar.gz
cpython-291b93bb1f14257dcd0095bad840e15d4b7dd77e.tar.bz2
Issue #28089: Document TCP_NODELAY in asyncio
Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index ddca2ef..0187f94 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -875,6 +875,9 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0
but that use asyncio to handle them.
(Contributed by Jim Fulton in :issue:`27392`.)
+* ``TCP_NODELAY`` flag is now set for all TCP transports by default.
+ (Contributed by Yury Selivanov in :issue:`27456`.)
+
binascii
--------