toml-lang / toml

Tom's Obvious, Minimal Language
https://toml.io
MIT License
19.45k stars 847 forks source link

[wiki] Python 3.11 standard library `tomllib` #936

Closed YDX-2147483647 closed 1 year ago

YDX-2147483647 commented 1 year ago

A version of Tomli, the tomllib module, was added to the standard library in Python 3.11 via PEP 680. (→ Tomli's README)

I think we should add it to the list in wiki.

  1. Tomli is also in the list. Should we list them together?
  2. The standard library does NOT support writing TOML. Does it fit the criteria? (Edit: Tomli does not support either.)