8000 [3.12] gh-123905: Update TOML description to include version number (GH-123906) by miss-islington · Pull Request #123907 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

(cherry picked from commit 1b29f41)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Paul Hoffman <phoffman@proper.com>
  • Loading branch information
2 people authored and miss-islington committed Sep 10, 2024
commit 3e2ed74739ba8a69a06d57b41b427a2a284581ef
2 changes: 1 addition & 1 deletion Doc/library/tomllib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading
0