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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cda41d3bf74f97f8956eb9018bdc02c693b65282;p=thirdparty%2FPython%2Fcpython.git Actually print out the description of what changed. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 5b20bb70e40b..c84e4234056d 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.