Dear SC, please consider [PEP 680 -- tomllib: Support for Parsing TOML in the Standard Library](https://www.python.org/dev/peps/pep-0680/) The PEP has been discussed here: https://discuss.python.org/t/13040 A quick summary of the discussion (credit goes to @hauntsaninja): - Anticipated concerns about module name and the lack of write API - Discussion of `parse_float` keyword argument, with followup PR here: https://github.com/python/peps/pull/2278 - Discussion of loading binary files vs text files. PR to help make reasoning more clear here: https://github.com/python/peps/pull/2281 cc @hauntsaninja @encukou
Dear SC, please consider PEP 680 -- tomllib: Support for Parsing TOML in the Standard Library
The PEP has been discussed here: https://discuss.python.org/t/13040
A quick summary of the discussion (credit goes to @hauntsaninja):
parse_floatkeyword argument, with followup PR here: PEP 680: Note that double precision float is a recommendation not requirement peps#2278cc @hauntsaninja @encukou