https://github.com/python/cpython/commit/c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085
commit: c6ae90a63cb8b7bf3234d076f2d2e7ff4e26a085
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hauntsaninja <[email protected]>
date: 2024-09-10T23:28:36-07:00
summary:

[3.12] gh-123905: Update TOML description to include version number (GH-123906) 
(#123907)

files:
M Doc/library/tomllib.rst

diff --git a/Doc/library/tomllib.rst b/Doc/library/tomllib.rst
index b523ad93b35f9d..521a7a17fb3e8b 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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to