From: Petr Viktorin Date: Tue, 10 Sep 2024 14:16:32 +0000 (+0200) Subject: gh-123905: Update TOML description to include version number (GH-123906) X-Git-Tag: v3.14.0a1~531 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b29f4144cb1631650b9b7f467453b5959fa237f;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/tomllib.rst b/Doc/library/tomllib.rst index b523ad93b35f..521a7a17fb3e 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 `_). This module does not support writing TOML.