File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -935,8 +935,10 @@ ConfigParser Objects
935
935
936
936
When *default_section * is given, it specifies the name for the special
937
937
section holding default values for other sections and interpolation purposes
938
- (normally named ``"DEFAULT" ``). This value can be retrieved and changed on
939
- runtime using the ``default_section `` instance attribute.
938
+ (normally named ``"DEFAULT" ``). This value can be retrieved and changed at
939
+ runtime using the ``default_section `` instance attribute. This won't
940
+ re-evaluate an already parsed config file, but will be used when writing
941
+ parsed settings to a new config file.
940
942
941
943
Interpolation behaviour may be customized by providing a custom handler
942
944
through the *interpolation * argument. ``None `` can be used to turn off
You can’t perform that action at this time.
0 commit comments