diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 04c2a820921759..ba107274f7bec4 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)