Commit 97eefc10 authored by Łukasz Langa's avatar Łukasz Langa

Merged fix for #15803 from 3.2

parents 0811f98e 30574695
...@@ -99,10 +99,9 @@ ConfigParser -- responsible for parsing a list of ...@@ -99,10 +99,9 @@ ConfigParser -- responsible for parsing a list of
yes, on for True). Returns False or True. yes, on for True). Returns False or True.
items(section=_UNSET, raw=False, vars=None) items(section=_UNSET, raw=False, vars=None)
If section is given, return a list of tuples with (section_name, If section is given, return a list of tuples with (name, value) for
section_proxy) for each section, including DEFAULTSECT. Otherwise, each option in the section. Otherwise, return a list of tuples with
return a list of tuples with (name, value) for each option (section_name, section_proxy) for each section, including DEFAULTSECT.
in the section.
remove_section(section) remove_section(section)
Remove the given file section and all its options. Remove the given file section and all its options.
......
...@@ -1191,6 +1191,7 @@ Matias Torchinsky ...@@ -1191,6 +1191,7 @@ Matias Torchinsky
Sandro Tosi Sandro Tosi
Richard Townsend Richard Townsend
David Townshend David Townshend
Nathan Trapuzzano
Laurence Tratt Laurence Tratt
Alberto Trevino Alberto Trevino
Matthias Troffaes Matthias Troffaes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment