changeset: 97503:ad48d5a4ef40 branch: 3.5 user: Larry Hastings date: Tue Aug 25 13:37:23 2015 -0700 files: Misc/NEWS description: Add missing Misc/NEWS item for merged pull request for issue #24867. diff -r 7dc5594bb288 -r ad48d5a4ef40 Misc/NEWS --- a/Misc/NEWS Tue Aug 25 13:30:58 2015 -0700 +++ b/Misc/NEWS Tue Aug 25 13:37:23 2015 -0700 @@ -35,6 +35,8 @@ - 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? ===============================================