summaryrefslogtreecommitdiffstats
path: root/Doc/library/tomllib.rst
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2024-09-10 14:16:32 (GMT)
committerGitHub <noreply@github.com>2024-09-10 14:16:32 (GMT)
commit1b29f4144cb1631650b9b7f467453b5959fa237f (patch)
tree586b84b39c27f6eee0e6530c70c525e6fac16892 /Doc/library/tomllib.rst
parent962304a54ca79da0838cf46dd4fb744045167cdd (diff)
downloadcpython-1b29f4144cb1631650b9b7f467453b5959fa237f.zip
cpython-1b29f4144cb1631650b9b7f467453b5959fa237f.tar.gz
cpython-1b29f4144cb1631650b9b7f467453b5959fa237f.tar.bz2
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>
Diffstat (limited to 'Doc/library/tomllib.rst')
-rw-r--r--Doc/library/tomllib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tomllib.rst b/Doc/library/tomllib.rst
index b523ad9..521a7a1 100644
--- a/Doc/library/tomllib.rst
+++ b/Doc/library/tomllib.rst
@@ -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.