mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Closes #12036: ConfigParser: Document items() added the vars dictionary to the result
This commit is contained in:
parent
219a5dcc78
commit
725476222a
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue