You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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