[Python-checkins] cpython (3.5): Add missing Misc/NEWS item for merged pull request for issue #24867.

larry.hastings python-checkins at python.org
Tue Aug 25 23:25:20 CEST 2015


https://hg.python.org/cpython/rev/ad48d5a4ef40
changeset:   97503:ad48d5a4ef40
branch:      3.5
user:        Larry Hastings <larry at hastings.org>
date:        Tue Aug 25 13:37:23 2015 -0700
summary:
  Add missing Misc/NEWS item for merged pull request for issue #24867.

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ===============================================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list