]> granicus.if.org Git - python/commitdiff
Closes #12036: ConfigParser: Document items() added the vars dictionary to the result
authorŁukasz Langa <lukasz@langa.pl>
Mon, 9 May 2011 16:49:42 +0000 (18:49 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 9 May 2011 16:49:42 +0000 (18:49 +0200)
Doc/library/configparser.rst

index 1a88bbd2d539528619d2d382c2272851c4f02c17..5b20bb70e40bb146b370aea56af072c1bca227d3 100644 (file)
@@ -1064,6 +1064,11 @@ 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)