summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChris Bradbury <chris@binaryspanner.com>2018-04-23 20:56:39 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-04-23 20:56:39 (GMT)
commite500839796c7fa43998e72edb77165872b9ce034 (patch)
tree8b44ae35d8b3e000c48f723329612b80f91cc0cd /Doc
parent1d4a733cceee237f0850b7887c2945dee707da27 (diff)
downloadcpython-e500839796c7fa43998e72edb77165872b9ce034.zip
cpython-e500839796c7fa43998e72edb77165872b9ce034.tar.gz
cpython-e500839796c7fa43998e72edb77165872b9ce034.tar.bz2
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/configparser.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 5da5cd9..f51c580 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)