summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst b/Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst
deleted file mode 100644
index 34bf6c9..0000000
--- a/Misc/NEWS.d/next/Core and Builtins/2018-03-18-13-56-14.bpo-33041.XwPhI2.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Added new opcode :opcode:`END_ASYNC_FOR` and fixes the following issues:
-
-* Setting global :exc:`StopAsyncIteration` no longer breaks ``async for``
- loops.
-* Jumping into an ``async for`` loop is now disabled.
-* Jumping out of an ``async for`` loop no longer corrupts the stack.