mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236) (GH-113283)
gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236)
(cherry picked from commit 76d757b38b
)
Co-authored-by: ryan-duve <ryan-duve@users.noreply.github.com>
This commit is contained in:
parent
ca5a5231d3
commit
077cb7cae6
1 changed files with 7 additions and 1 deletions
|
@ -95,7 +95,7 @@ Conversion Table
|
||||||
+------------------+--------------------------------------------------------------------------------------+
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
| TOML | Python |
|
| TOML | Python |
|
||||||
+==================+======================================================================================+
|
+==================+======================================================================================+
|
||||||
| table | dict |
|
| TOML document | dict |
|
||||||
+------------------+--------------------------------------------------------------------------------------+
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
| string | str |
|
| string | str |
|
||||||
+------------------+--------------------------------------------------------------------------------------+
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
|
@ -115,3 +115,9 @@ Conversion Table
|
||||||
+------------------+--------------------------------------------------------------------------------------+
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
| array | list |
|
| array | list |
|
||||||
+------------------+--------------------------------------------------------------------------------------+
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
|
| table | dict |
|
||||||
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
|
| inline table | dict |
|
||||||
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
|
| array of tables | list of dicts |
|
||||||
|
+------------------+--------------------------------------------------------------------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue