diff options
author | Yury Selivanov <yury@magic.io> | 2016-10-05 22:01:12 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-10-05 22:01:12 (GMT) |
commit | 3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb (patch) | |
tree | 468e4957435e220f4134db1185cbe2dc15b91a3d /Misc/NEWS | |
parent | 5b8d4f97f8bbb357d7c8b79007fdff22e2c8d1ae (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |