-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #386 Pull-request: #386 Pull-request-sha: 7840ad3 Change-Id: I0591873a83837f8f35b0963c0536df1e2675012f
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. change:: | ||
:tags: bug, parser | ||
:tickets: 320 | ||
|
||
Fixed unexpected syntax error in strict_undefined mode that occurred | ||
when using comprehensions within a function in a Mako Python code block. | ||
Now, the local variable in comprehensions won't be added to the checklist | ||
when using strict_undefined mode. | ||
Pull request courtesy Hai Zhu. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters