File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,17 @@ can be customized by end users easily.
3333
3434.. seealso ::
3535
36+ Module :mod: `tomllib `
37+ TOML is a well-specified format for application configuration files.
38+ It is specifically designed to be an improved version of INI.
39+
3640 Module :mod: `shlex `
37- Support for creating Unix shell-like mini-languages which can be used as
38- an alternate format for application configuration files.
41+ Support for creating Unix shell-like mini-languages which can also
42+ be used for application configuration files.
3943
4044 Module :mod: `json `
41- The json module implements a subset of JavaScript syntax which can also
42- be used for this purpose .
45+ The `` json `` module implements a subset of JavaScript syntax which is
46+ sometimes used for configuration, but does not support comments .
4347
4448
4549.. testsetup ::
You can’t perform that action at this time.
0 commit comments