Skip to content

Commit

Permalink
Closes python#12036: ConfigParser: Document items() added the vars di…
Browse files Browse the repository at this point in the history
…ctionary to the result
  • Loading branch information
ambv committed May 9, 2011
1 parent 219a5dc commit 7254762
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/library/configparser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7254762

Please sign in to comment.