]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added documentation stub for ConfigParser.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 14 May 2008 22:51:10 +0000 (22:51 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 14 May 2008 22:51:10 +0000 (22:51 +0000)
Doc/library/configparser.rst

index fe811debbd6b65a3797a959e5675b55b338f0ca2..6a4e049f7652ba943b89fe3826694c95f2b56531 100644 (file)
@@ -1,6 +1,9 @@
 :mod:`configparser` --- Configuration file parser
 =================================================
 
+.. module:: ConfigParser
+   :synopsis: Old name for the configparser module.
+
 .. module:: configparser
    :synopsis: Configuration file parser.
 
@@ -9,6 +12,11 @@
 .. moduleauthor:: Eric S. Raymond <esr@thyrsus.com>
 .. sectionauthor:: Christopher G. Petrilli <petrilli@amber.org>
 
+.. note::
+   The :mod:`ConfigParser` module has been renamed to :mod:`configparser` in
+   Python 3.0.  It is importable under both names in Python 2.6 and the rest of
+   the 2.x series.
+
 .. index::
    pair: .ini; file
    pair: configuration; file