From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 Apr 2018 03:35:06 +0000 (-0700) Subject: Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6495) X-Git-Tag: v3.7.0b4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b4e756b4365cc90178b5dc5c9965fc373172997;p=python Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6495) This note in documentation was never true. (cherry picked from commit a00d440edb4ccf36c83673a0fb172b29c76a66e6) Co-authored-by: Ɓukasz Langa --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index dd8257720b..5da5cd9f96 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -1120,10 +1120,6 @@ 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)