cpython: 5a09a335e8e7 (original) (raw)

Mercurial > cpython

changeset 69341:5a09a335e8e7 2.7

#9101: backport json reference in configparser doc. [#9101]

Ezio Melotti ezio.melotti@gmail.com
date Thu, 14 Apr 2011 06:53:44 +0300
parents 00d6e594a40e
children 7f873729484c 4556f17356f2
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 @@ -32,6 +32,16 @@ easily. This library does not interpret or write the value-type prefixes used in the Windows Registry extended version of INI syntax. +.. seealso:: +

+

+ 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