Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4a733 commit e500839Copy full SHA for e500839
1 file changed
Doc/library/configparser.rst
@@ -1120,6 +1120,11 @@ ConfigParser Objects
1120
given *section*. Optional arguments have the same meaning as for the
1121
:meth:`get` method.
1122
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
+
1128
1129
.. method:: set(section, option, value)
1130
0 commit comments