From: Larry Hastings Date: Tue, 25 Aug 2015 20:37:23 +0000 (-0700) Subject: Add missing Misc/NEWS item for merged pull request for issue #24867. X-Git-Tag: v3.5.0rc3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9b2123f6d3d9724fdf55dd22b4097a63a11836;p=python Add missing Misc/NEWS item for merged pull request for issue #24867. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9e50a456dd..217a4cc9a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,6 +35,8 @@ Library - Issue #24839: platform._syscmd_ver raises DeprecationWarning +- Issue #24867: Fix Task.get_stack() for 'async def' coroutines + What's New in Python 3.5.0 release candidate 1? ===============================================