Documentation
tomllib places some limits on the values it handles (like limiting integers to int_max_str_digits) and preserves some info that TOML standard doesn't guarantee (like dict order).
Document those.
See discussion: https://discuss.python.org/t/clarify-whether-tomllib-preserves-table-key-order-from-input/108698
Linked PRs
Documentation
tomllibplaces some limits on the values it handles (like limiting integers toint_max_str_digits) and preserves some info that TOML standard doesn't guarantee (like dict order).Document those.
See discussion: https://discuss.python.org/t/clarify-whether-tomllib-preserves-table-key-order-from-input/108698
Linked PRs