From 5abd3863157c71448cc1822641d3f0ae1fffce56 Mon Sep 17 00:00:00 2001 From: chrBrd Date: Mon, 23 Apr 2018 21:16:58 +0100 Subject: [PATCH] bpo-33251: Update documentation to reflect change. (GH-6446) --- Doc/library/configparser.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 5da5cd9f96d93f..f51c580c0de1c0 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)