]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
authorChris Bradbury <chris@binaryspanner.com>
Mon, 23 Apr 2018 20:56:39 +0000 (21:56 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 23 Apr 2018 20:56:39 +0000 (13:56 -0700)
Doc/library/configparser.rst

index 5da5cd9f96d93fa8c877a73f34a7d95016bb3389..f51c580c0de1c06bac6ebc95f59303885f0a9627 100644 (file)
@@ -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)