summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-17 18:46:51 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-17 18:46:51 (GMT)
commit7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f (patch)
treeaf6e7b6ff99ddd68a19f3eb32d40754038063e71 /Misc
parent6707906ea5e0df1132d3cd0c77707ccc19948341 (diff)
downloadcpython-7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f.zip
cpython-7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f.tar.gz
cpython-7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f.tar.bz2
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
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 27a0564..a6f3949 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,8 @@ Library
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
+- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
+
Documentation
-------------