summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 22:28:09 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 22:28:09 (GMT)
commit0de3de6cbfe034654dc03f3808de0c25e28a0c38 (patch)
tree029aa41fce2b4a4f4e57bd99764e452a239f3172 /Misc
parent3e56ff0d08a65ea1e0fe361ae22d855acc9d65bb (diff)
downloadcpython-0de3de6cbfe034654dc03f3808de0c25e28a0c38.zip
cpython-0de3de6cbfe034654dc03f3808de0c25e28a0c38.tar.gz
cpython-0de3de6cbfe034654dc03f3808de0c25e28a0c38.tar.bz2
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 354dc59..0a92e6a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -356,6 +356,8 @@ Library
- Issue #28370: Speedup asyncio.StreamReader.readexactly.
Patch by Коренберг Марк.
+- Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
+
IDLE
----