summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/368.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/368.rst')
-rw-r--r--doc/build/unreleased/368.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/unreleased/368.rst b/doc/build/unreleased/368.rst
new file mode 100644
index 0000000..73d4bcb
--- /dev/null
+++ b/doc/build/unreleased/368.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, codegen
+ :tickets: 368
+
+ Fixed issue where unpacking nested tuples in a for loop using would raise a
+ "couldn't apply loop context" error if the loop context was used. The regex
+ used to match the for loop expression now allows the list of loop variables
+ to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
+