1.3.4
1.3.4
Released: Mon May 13 2024
bug
-
[bug] [parser] Fixed regression caused by the fix for #320 where new logic added
to interpret list and dictionary comprehensions would fail for expression
oriented keys. As the parsing in question was not necessary for these
keys, it's been removed. Pull request courtesy Sébastien Granjoux.References: #398
-
[bug] [lexer] Fixed issue where a parsed expression which contained sub-brackets, such as
dictionary literals, would fail to be interpreted correctly even though the
initial parsing is correct. Pull request courtesy Jose Galvez.References: #400