summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 22:04:35 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 22:04:35 (GMT)
commit139914a0589154aaf0f47ad6725f71e8baf2a6cf (patch)
tree2c271eb45a06ceb761e34a50f93507e189671375 /Misc
parentbb8eb92f46f6efbdfd736ff0b6f7ab9391c90e12 (diff)
parent3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb (diff)
downloadcpython-139914a0589154aaf0f47ad6725f71e8baf2a6cf.zip
cpython-139914a0589154aaf0f47ad6725f71e8baf2a6cf.tar.gz
cpython-139914a0589154aaf0f47ad6725f71e8baf2a6cf.tar.bz2
Merge 3.5 (issue #28370)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cdd68f6..8c44c32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,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 Коренберг Марк.
+
Windows
-------