summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-04-17 03:35:13 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2018-04-17 03:35:13 (GMT)
commitc0a0c64fe2c1281268d96de2e2d97efa17942c60 (patch)
tree5ef57940f15cfb7d36dda21be178a0df7fa7e547
parentab99475b6621b7ea0fc01056e9595c9706136492 (diff)
downloadcpython-c0a0c64fe2c1281268d96de2e2d97efa17942c60.zip
cpython-c0a0c64fe2c1281268d96de2e2d97efa17942c60.tar.gz
cpython-c0a0c64fe2c1281268d96de2e2d97efa17942c60.tar.bz2
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (GH-6494) (GH-6496)
This note in documentation was never true. (cherry picked from commit a00d440edb4ccf36c83673a0fb172b29c76a66e6) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
-rw-r--r--Doc/library/configparser.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 04c2a82..ba10727 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)