1 | | - **[bug] [parser]** Fixed regression caused by the fix for [#320](https://github.com/sqlalchemy/mako/issues/320) where new logic added |
2 | | to interpret list and dictionary comprehensions would fail for expression |
3 | | oriented keys. As the parsing in question was not necessary for these |
4 | | keys, it's been removed. Pull request courtesy Sébastien Granjoux. |
| 1 | - **[bug] [parser]** Fixed regression caused by the fix for (https://github.com/sqlalchemy/mako/issues/320) where new logic added |
| 2 | to interpret list and dictionary comprehensions would fail for expression |
| 3 | oriented keys. As the parsing in question was not necessary for these |
| 4 | keys, it's been removed. |
8 | | - **[bug] [lexer]** Fixed issue where a parsed expression which contained sub-brackets, such as |
9 | | dictionary literals, would fail to be interpreted correctly even though the |
10 | | initial parsing is correct. Pull request courtesy Jose Galvez. |
| 8 | - **[bug] [lexer]** Fixed issue where a parsed expression which contained sub-brackets, such as |
| 9 | dictionary literals, would fail to be interpreted correctly even though the |
| 10 | initial parsing is correct. |