summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-16 18:16:32 -0500
committerYury Selivanov <yury@magic.io>2016-11-16 18:16:32 -0500
commitb08c25b3c7dd89d66a06adc8ca44e824060546b1 (patch)
tree70536d12f33ba1ddcf654fa68e5531127d2803f6 /Misc
parentb30e51ee4c43ac1c821f0d54b493eed8e00d1f38 (diff)
parentcc830f1d735521ea2cc27d1240b543dfbdd29c28 (diff)
downloadcpython-b08c25b3c7dd89d66a06adc8ca44e824060546b1.tar.gz
Merge 3.6 (issue #28721)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be8de4ebbb..a88746242e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,9 @@ Core and Builtins
- Issue #26182: Fix a refleak in code that raises DeprecationWarning.
+- Issue #28721: Fix asynchronous generators aclose() and athrow() to
+ handle StopAsyncIteration propagation properly.
+
Library
-------