pythonizer
pythonizer copied to clipboard
Regular expression substitution generates bad code
Perl code of the form:
$f =~ s/this/that/flags;
generates bad python code.
Fixed in https://github.com/snoopyjc/pythonizer