This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hauntsaninja
Recipients VA, brett.cannon, dstufft, eschwartz, hauntsaninja, mcepl, mgorny, njs, pradyunsg, skoslowski, xtreak, yan12125
Date 2021-11-17.09:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'd love it if we could make this happen for Python 3.11. What can I do to help, e.g. would it be helpful if I drafted a PEP?

Several projects have switched to using tomli (https://github.com/hukkin/tomli), which is fully compatible with TOML v1.0.0 and is maybe 800 LoC with claimed 100% branch coverage.

There's also tomlkit, which has been around for longer, but is perhaps larger and more feature-ful than we'd want in stdlib, e.g. it allows you to roundtrip dump and load TOML documents preserving comments, whitespace, etc.
History
Date User Action Args
2021-11-17 09:09:34hauntsaninjasetrecipients: + hauntsaninja, brett.cannon, mcepl, njs, mgorny, dstufft, pradyunsg, yan12125, eschwartz, VA, xtreak, skoslowski
2021-11-17 09:09:34hauntsaninjasetmessageid: <[email protected]>
2021-11-17 09:09:34hauntsaninjalinkissue40059 messages
2021-11-17 09:09:34hauntsaninjacreate