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:: +

+

+ 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