[Python-checkins] bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)

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


https://github.com/python/cpython/commit/e500839796c7fa43998e72edb77165872b9ce034
commit: e500839796c7fa43998e72edb77165872b9ce034
branch: master
author: Chris Bradbury <chris at binaryspanner.com>
committer: Łukasz Langa <lukasz at langa.pl>
date: 2018-04-23T13:56:39-07:00
summary:

bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)

files:
M Doc/library/configparser.rst

diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 5da5cd9f96d9..f51c580c0de1 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -1120,6 +1120,11 @@ ConfigParser Objects
       given *section*.  Optional arguments have the same meaning as for the
       :meth:`get` method.
 
+   .. versionchanged:: 3.8
+      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