]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123905: Update TOML description to include version number (GH-123906)
authorPetr Viktorin <encukou@gmail.com>
Tue, 10 Sep 2024 14:16:32 +0000 (16:16 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Sep 2024 14:16:32 +0000 (14:16 +0000)
commit1b29f4144cb1631650b9b7f467453b5959fa237f
tree586b84b39c27f6eee0e6530c70c525e6fac16892
parent962304a54ca79da0838cf46dd4fb744045167cdd
gh-123905: Update TOML description to include version number (GH-123906)

Update TOML description to include version number

There is some movement, currently blocked, that would update the TOML spec to 1.1.0; this would include breaking changes to what characters are allowed. Thus, it is worthwhile for the library page to be clear which version is implemented here.

Co-authored-by: Paul Hoffman <phoffman@proper.com>
Doc/library/tomllib.rst