Merged fix for #15803 from 3.2 through 3.3

This commit is contained in:
Łukasz Langa 2012-12-31 02:26:11 +01:00
commit 641bb66070
2 changed files with 4 additions and 4 deletions

View File

@ -99,10 +99,9 @@ ConfigParser -- responsible for parsing a list of
yes, on for True). Returns False or True.
items(section=_UNSET, raw=False, vars=None)
If section is given, return a list of tuples with (section_name,
section_proxy) for each section, including DEFAULTSECT. Otherwise,
return a list of tuples with (name, value) for each option
in the section.
If section is given, return a list of tuples with (name, value) for
each option in the section. Otherwise, return a list of tuples with
(section_name, section_proxy) for each section, including DEFAULTSECT.
remove_section(section)
Remove the given file section and all its options.

View File

@ -1202,6 +1202,7 @@ Matias Torchinsky
Sandro Tosi
Richard Townsend
David Townshend
Nathan Trapuzzano
Laurence Tratt
Alberto Trevino
Matthias Troffaes