Added documentation stub for ConfigParser.

This commit is contained in:
Alexandre Vassalotti 2008-05-14 22:51:10 +00:00
parent e2514c6f10
commit c92fef9a3e
1 changed files with 8 additions and 0 deletions

View 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