summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-08-24 23:53:45 (GMT)
committerLarry Hastings <larry@hastings.org>2015-08-24 23:53:45 (GMT)
commit7250d02b738692fb76a47d75691cca6ba1561040 (patch)
tree057f93baf56d258d3161fe9686683f94195b1eff /Misc/NEWS
parent90f5bca3b6e80add7bfaba4d1dce5df1affba951 (diff)
parent7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f (diff)
downloadcpython-7250d02b738692fb76a47d75691cca6ba1561040.zip
cpython-7250d02b738692fb76a47d75691cca6ba1561040.tar.gz
cpython-7250d02b738692fb76a47d75691cca6ba1561040.tar.bz2
Merged in 1st1/cpython350 (pull request #5)
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b189f2c..804f43b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,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
-------------