Arnaud Devie

Results 1 comments of Arnaud Devie

Reproduced this error with mixed integer/float array Python: 3.7.5 toml: 0.10.0, 0.10.1 ### Dump ```python import toml mixed_types = [0, 1.1, 2.2, 3.3] # mixed integer and floats toml.dumps({'array': mixed_types})...