[issue28089] asyncio: Document that TCP_NODELAY is now used by default

Mariatta Wijaya report at bugs.python.org
Mon Dec 5 22:27:33 EST 2016


Mariatta Wijaya added the comment:

I added the following to Doc/library/asyncio-protocol.rst

.. versionchanged:: 3.6.0
   The socket option TCP_NODELAY is now set by default.

Let me know if this patch works.

----------
keywords: +patch
Added file: http://bugs.python.org/file45770/issue28089.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28089>
_______________________________________


More information about the Python-bugs-list mailing list