summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-15 21:59:14 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-15 21:59:14 (GMT)
commit732ba01259e805ce6184182e9c26d1a679e0e3b2 (patch)
tree3b53b9c2c2f59eef51708085bfb830bd350abc44
parent50fe7114ae4b89cb81db6f6b579a329b3b66c70e (diff)
downloadcpython-732ba01259e805ce6184182e9c26d1a679e0e3b2.zip
cpython-732ba01259e805ce6184182e9c26d1a679e0e3b2.tar.gz
cpython-732ba01259e805ce6184182e9c26d1a679e0e3b2.tar.bz2
Fix Misc/NEWS
-rw-r--r--Misc/NEWS24
1 files changed, 12 insertions, 12 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 55762c4..71cb20b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,18 @@ Library
- Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
+- Issue #27906: Fix socket accept exhaustion during high TCP traffic.
+ Patch by Kevin Conway.
+
+- Issue #28174: Handle when SO_REUSEPORT isn't properly supported.
+ Patch by Seth Michael Larson.
+
+- Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
+ Patch by iceboy.
+
+- Issue #26909: Fix slow pipes IO in asyncio.
+ Patch by INADA Naoki.
+
- Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Build
@@ -420,18 +432,6 @@ Library
- Issue #27456: asyncio: Set TCP_NODELAY by default.
-- Issue #27906: Fix socket accept exhaustion during high TCP traffic.
- Patch by Kevin Conway.
-
-- Issue #28174: Handle when SO_REUSEPORT isn't properly supported.
- Patch by Seth Michael Larson.
-
-- Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
- Patch by iceboy.
-
-- Issue #26909: Fix slow pipes IO in asyncio.
- Patch by INADA Naoki.
-
IDLE
----