pythonizer
pythonizer copied to clipboard
Float constants that start with a '.' are translated incorrectly
Float constants starting with a '.' are translated to ' + ' in the python output. Also float constants that contain both a '.' and an 'e' are not translated properly.
Also float constants that have an 'E' instead of an 'e' are not handled.
Fixed in https://github.com/snoopyjc/pythonizer