[Python-checkins] Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)

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


https://github.com/python/cpython/commit/a00d440edb4ccf36c83673a0fb172b29c76a66e6
commit: a00d440edb4ccf36c83673a0fb172b29c76a66e6
branch: master
author: Łukasz Langa <lukasz at langa.pl>
committer: GitHub <noreply at github.com>
date: 2018-04-16T20:00:31-07:00
summary:

Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)

This note in documentation was never true.

files:
M Doc/library/configparser.rst

diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index dd8257720b7c..5da5cd9f96d9 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)
 



More information about the Python-checkins mailing list