diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-12 01:39:31 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-12 01:39:31 (GMT) |
commit | 44c19eccf9fd8258f8d939fe30b79b644b2c235a (patch) | |
tree | 659ed5c7ad935625240587fe85556e7065020111 /Misc | |
parent | a05a6ef1ca781e2f98fb4332284aca649f24f75d (diff) | |
download | cpython-44c19eccf9fd8258f8d939fe30b79b644b2c235a.zip cpython-44c19eccf9fd8258f8d939fe30b79b644b2c235a.tar.gz cpython-44c19eccf9fd8258f8d939fe30b79b644b2c235a.tar.bz2 |
Issue #27456: asyncio: Set TCP_NODELAY by default.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -254,6 +254,8 @@ Library - Issue #21201: Improves readability of multiprocessing error message. Thanks to Wojciech Walczak for patch. +- Issue #27456: asyncio: Set TCP_NODELAY by default. + IDLE ---- |