Open
Description
hi,
i tried this to minify code that needs to run on python 2.7 and python 3.7
sadly print() gets translated to print if minifying is run on 2.7 which breaks compatibilty
exec(...) gets minified to: exec ... also triggering errors on 3.x
it would be nice if there was a compatibilty mode not downgrading all code to 2.x standard
best, index
Metadata
Metadata
Assignees
Labels
No labels