]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
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

index b523ad93b35f9dfeea9ebe87b9faf3e3ea086336..521a7a17fb3e8bc9984e0d875ba7a3c89de231d8 100644 (file)
@@ -13,7 +13,7 @@
 
 --------------
 
-This module provides an interface for parsing TOML (Tom's Obvious Minimal
+This module provides an interface for parsing TOML 1.0.0 (Tom's Obvious Minimal
 Language, `https://toml.io <https://toml.io/en/>`_). This module does not
 support writing TOML.