[Python-checkins] cpython (3.6): Fix Misc/NEWS

yury.selivanov python-checkins at python.org
Thu Sep 15 17:59:43 EDT 2016


https://hg.python.org/cpython/rev/b8b7a1cfb968
changeset:   103845:b8b7a1cfb968
branch:      3.6
parent:      103843:3d8ba65a0054
user:        Yury Selivanov <yury at magic.io>
date:        Thu Sep 15 17:59:14 2016 -0400
summary:
  Fix Misc/NEWS

files:
  Misc/NEWS |  24 ++++++++++++------------
  1 files changed, 12 insertions(+), 12 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,18 @@
 
 - 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 @@
 
 - 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
 ----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list