Skip to content
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
12 changes: 8 additions & 4 deletions Doc/library/configparser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ can be customized by end users easily.

.. 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`
Support for creating Unix shell-like mini-languages which can be used as
an alternate format for application configuration files.
Support for creating Unix shell-like mini-languages which can also
be used for application configuration files.

Module :mod:`json`
The json module implements a subset of JavaScript syntax which can also
be used for this purpose.
The ``json`` module implements a subset of JavaScript syntax which is
sometimes used for configuration, but does not support comments.


.. testsetup::
Expand Down