pythonizer
pythonizer copied to clipboard
Expressions with multiple { } are not processed properly
Expressions like:
$tickets{$id}{date} = $2
are not processed properly, as the second {
is taken as a block open and not a hash index open.
Fixed in https://github.com/snoopyjc/pythonizer