cpython: d0ada1e369cd (original) (raw)
Mercurial > cpython
changeset 69338:d0ada1e369cd 3.1
#9101: backport json reference in configparser doc. [#9101]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Thu, 14 Apr 2011 06:41:38 +0300 |
parents | 135cf9104f56 |
children | 71220d86cde9 11c72a305eb5 |
files | Doc/library/configparser.rst |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-)[+] [-] Doc/library/configparser.rst 10 |
line wrap: on
line diff
--- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -26,6 +26,16 @@ easily. This library does not interpret or write the value-type prefixes used in the Windows Registry extended version of INI syntax. +.. seealso:: +
- Module :mod:
shlex
Support for a creating Unix shell-like mini-languages which can be used[](#l1.10)
as an alternate format for application configuration files.[](#l1.11)
- Module :mod:
json
The json module implements a subset of JavaScript syntax which can also[](#l1.14)
be used for this purpose.[](#l1.15)
+
The configuration file consists of sections, led by a [section]
header and
followed by name: value
entries, with continuations in the style of
:rfc:822
(see section 3.1.1, "LONG HEADER FIELDS"); name=value
is also