diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-25 20:37:23 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-25 20:37:23 (GMT) |
commit | cd9b2123f6d3d9724fdf55dd22b4097a63a11836 (patch) | |
tree | 04e9a222aaacf57b7232aa61f47cfb24cf77ab29 /Misc | |
parent | a51812ae98157de257f074690c203ca7759fa0c0 (diff) | |
download | cpython-cd9b2123f6d3d9724fdf55dd22b4097a63a11836.zip cpython-cd9b2123f6d3d9724fdf55dd22b4097a63a11836.tar.gz cpython-cd9b2123f6d3d9724fdf55dd22b4097a63a11836.tar.bz2 |
Add missing Misc/NEWS item for merged pull request for issue #24867.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? =============================================== |