Skip to content

Add remaining TOML types to tomllib conversation table documentation #113234

@ryan-duve

Description

@ryan-duve

Documentation

The conversion table for Python's TOML parser does not contain entries for two types listed on the TOML specification:

  1. inline table (dict)
  2. array of tables (list of dicts)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions