-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Add remaining TOML types to tomllib conversation table documentation #113234
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
Labels
docs
Documentation in the Doc dir
Comments
+1. I can see that users who don't realize that inline table is semantically the same as table might be confused, and perhaps think |
encukou
pushed a commit
that referenced
this issue
Dec 19, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 19, 2023
…ng types (pythonGH-113236) (cherry picked from commit 76d757b) Co-authored-by: ryan-duve <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 19, 2023
…ng types (pythonGH-113236) (cherry picked from commit 76d757b) Co-authored-by: ryan-duve <[email protected]>
ryan-duve
added a commit
to ryan-duve/cpython
that referenced
this issue
Dec 26, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The conversion table for Python's TOML parser does not contain entries for two types listed on the TOML specification:
Adding those entries to the conversion table will make it more clear how the objects are represented in Python when using
tomllib.load
.Linked PRs
The text was updated successfully, but these errors were encountered: