pythonizer
pythonizer copied to clipboard
Bare Words are not handled properly
Bare words in array initializations, hash initializations, and hash references are not translated properly into python strings.
Examples:
@regions=(AP,EMEA,LA,Canada);
%hash1=(This=>"this", That=>"that", Two=>2);
$options{OPTION}=1;
Fixed in https://github.com/snoopyjc/pythonizer