mirror of https://github.com/python/cpython
Merged solution for #12036 from 3.2
This commit is contained in:
commit
fc75393275
|
@ -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…
Reference in New Issue