From: Ɓukasz Langa Date: Tue, 10 May 2011 13:25:41 +0000 (+0200) Subject: Actually print out the description of what changed. X-Git-Tag: v3.2.1rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cda41d3bf74f97f8956eb9018bdc02c693b65282;p=python Actually print out the description of what changed. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 5b20bb70e4..c84e423405 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -1065,7 +1065,6 @@ ConfigParser Objects :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.