File tree 1 file changed +8
-4
lines changed 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.
33
33
34
34
.. seealso ::
35
35
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
+
36
40
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.
39
43
40
44
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 .
43
47
44
48
45
49
.. testsetup ::
You can’t perform that action at this time.
0 commit comments