Skip to content

Commit e500839

Browse files
chrBrdambv
authored andcommitted
bpo-33251: Update documentation to reflect change. (GH-6446) (#6583)
1 parent 1d4a733 commit e500839

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/configparser.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,11 @@ ConfigParser Objects
11201120
given *section*. Optional arguments have the same meaning as for the
11211121
:meth:`get` method.
11221122

1123+
.. versionchanged:: 3.8
1124+
Items present in *vars* no longer appear in the result. The previous
1125+
behaviour mixed actual parser options with variables provided for
1126+
interpolation.
1127+
11231128

11241129
.. method:: set(section, option, value)
11251130

0 commit comments

Comments
 (0)