]> granicus.if.org Git - python/commitdiff
#9101: backport json reference in configparser doc.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 14 Apr 2011 03:41:38 +0000 (06:41 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 14 Apr 2011 03:41:38 +0000 (06:41 +0300)
Doc/library/configparser.rst

index 49a8b38bc15ae7c8ffdb62c873646f6e618e390e..2cef232bb5b40433e32db46098671db60c4e263f 100644 (file)
@@ -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
+      as an alternate format for application configuration files.
+
+   Module :mod:`json`
+      The json module implements a subset of JavaScript syntax which can also
+      be used for this purpose.
+
 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