]> granicus.if.org Git - python/commitdiff
Revert 725476222a3c1f2f93162d75a540e6bcdeaa36fd (#6494)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 17 Apr 2018 03:00:31 +0000 (20:00 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Apr 2018 03:00:31 +0000 (20:00 -0700)
This note in documentation was never true.

Doc/library/configparser.rst

index dd8257720b7c5fec98ccc987a461d710894e794a..5da5cd9f96d93fa8c877a73f34a7d95016bb3389 100644 (file)
@@ -1120,10 +1120,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)