From c0a0c64fe2c1281268d96de2e2d97efa17942c60 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 16 Apr 2018 20:35:13 -0700 Subject: [PATCH] Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6496) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This note in documentation was never true. (cherry picked from commit a00d440edb4ccf36c83673a0fb172b29c76a66e6) Co-authored-by: Łukasz Langa --- Doc/library/configparser.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 04c2a82092..ba107274f7 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -1106,10 +1106,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) -- 2.50.1