pythonizer
pythonizer copied to clipboard
Checking result of print doesn't generate proper code
Checking result of print doesn't generate proper code. The python print
returns None no matter what happens, so code like:
print FILE, data or die("print failed");
will always die.
Fixed in https://github.com/snoopyjc/pythonizer