[Python-checkins] Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6496)

Łukasz Langa webhook-mailer at python.org
Mon Apr 16 23:35:16 EDT 2018


https://github.com/python/cpython/commit/c0a0c64fe2c1281268d96de2e2d97efa17942c60
commit: c0a0c64fe2c1281268d96de2e2d97efa17942c60
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Łukasz Langa <lukasz at langa.pl>
date: 2018-04-16T20:35:13-07:00
summary:

Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6496)

This note in documentation was never true.
(cherry picked from commit a00d440edb4ccf36c83673a0fb172b29c76a66e6)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M Doc/library/configparser.rst

diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 04c2a8209217..ba107274f7be 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)
 



More information about the Python-checkins mailing list