
Right now, NaN/infinity values will produce "nan" and "inf", but Python doesn't allow those in source code. This change will wrap those values in float(''), which is allowed. Tests for Python 2.7 and 3.8 have been added as well. Fixes #136
352 B
352 B