From: Ɓukasz Langa Date: Mon, 9 May 2011 16:49:42 +0000 (+0200) Subject: Closes #12036: ConfigParser: Document items() added the vars dictionary to the result X-Git-Tag: v3.2.1rc1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=725476222a3c1f2f93162d75a540e6bcdeaa36fd;p=thirdparty%2FPython%2Fcpython.git Closes #12036: ConfigParser: Document items() added the vars dictionary to the result --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 1a88bbd2d539..5b20bb70e40b 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -1064,6 +1064,11 @@ ConfigParser Objects given *section*. Optional arguments have the same meaning as for the :meth:`get` method. + .. versionchanged:: 3.2 + + Items present in *vars* no longer appear in the result. The previous + behaviour mixed actual parser options with variables provided for + interpolation. .. method:: set(section, option, value)