summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 22:01:12 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 22:01:12 (GMT)
commit3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb (patch)
tree468e4957435e220f4134db1185cbe2dc15b91a3d /Misc/NEWS
parent5b8d4f97f8bbb357d7c8b79007fdff22e2c8d1ae (diff)
downloadcpython-3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb.zip
cpython-3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb.tar.gz
cpython-3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb.tar.bz2
Issue #28370: Speedup asyncio.StreamReader.readexactly
Patch by Коренберг Марк.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ea2ce2..354dc59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -353,6 +353,9 @@ Library
- Issue #28369: Raise RuntimeError when transport's FD is used with
add_reader, add_writer, etc.
+- Issue #28370: Speedup asyncio.StreamReader.readexactly.
+ Patch by Коренберг Марк.
+
IDLE
----