From: Alexandre Vassalotti Date: Wed, 14 May 2008 22:51:10 +0000 (+0000) Subject: Added documentation stub for ConfigParser. X-Git-Tag: v2.6b1~423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c92fef9a3ee7481596a18eaff3e12270f4355e2f;p=thirdparty%2FPython%2Fcpython.git Added documentation stub for ConfigParser. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index fe811debbd6b..6a4e049f7652 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -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 .. sectionauthor:: Christopher G. Petrilli +.. 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