mirror of
https://github.com/python/cpython.git
synced 2025-10-05 06:31:48 +00:00
gh-98644: point people to tomllib from configparser’s docs (GH-98645)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 5e74bad93c
)
Co-authored-by: Philipp A <flying-sheep@web.de>
This commit is contained in:
parent
ce2b56e280
commit
ca266aaf45
1 changed files with 8 additions and 4 deletions
|
@ -33,13 +33,17 @@ can be customized by end users easily.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
Module :mod:`tomllib`
|
||||||
|
TOML is a well-specified format for application configuration files.
|
||||||
|
It is specifically designed to be an improved version of INI.
|
||||||
|
|
||||||
Module :mod:`shlex`
|
Module :mod:`shlex`
|
||||||
Support for creating Unix shell-like mini-languages which can be used as
|
Support for creating Unix shell-like mini-languages which can also
|
||||||
an alternate format for application configuration files.
|
be used for application configuration files.
|
||||||
|
|
||||||
Module :mod:`json`
|
Module :mod:`json`
|
||||||
The json module implements a subset of JavaScript syntax which can also
|
The ``json`` module implements a subset of JavaScript syntax which is
|
||||||
be used for this purpose.
|
sometimes used for configuration, but does not support comments.
|
||||||
|
|
||||||
|
|
||||||
.. testsetup::
|
.. testsetup::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue