There was an error while loading. Please reload this page.
2 parents 0811f98 + 3057469 commit 97eefc1Copy full SHA for 97eefc1
2 files changed
Lib/configparser.py
@@ -99,10 +99,9 @@
99
yes, on for True). Returns False or True.
100
101
items(section=_UNSET, raw=False, vars=None)
102
- If section is given, return a list of tuples with (section_name,
103
- section_proxy) for each section, including DEFAULTSECT. Otherwise,
104
- return a list of tuples with (name, value) for each option
105
- 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.
106
107
remove_section(section)
108
Remove the given file section and all its options.
Misc/ACKS
@@ -1191,6 +1191,7 @@ Matias Torchinsky
1191
Sandro Tosi
1192
Richard Townsend
1193
David Townshend
1194
+Nathan Trapuzzano
1195
Laurence Tratt
1196
Alberto Trevino
1197
Matthias Troffaes
0 commit comments