mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
This commit is contained in:
parent
1d4a733cce
commit
e500839796
1 changed files with 5 additions and 0 deletions
|
|
@ -1120,6 +1120,11 @@ ConfigParser Objects
|
|||
given *section*. Optional arguments have the same meaning as for the
|
||||
:meth:`get` method.
|
||||
|
||||
.. versionchanged:: 3.8
|
||||
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