Skip to content

Commit 97eefc1

Browse files
committed
Merged fix for #15803 from 3.2
2 parents 0811f98 + 3057469 commit 97eefc1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/configparser.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@
9999
yes, on for True). Returns False or True.
100100
101101
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.
102+
If section is given, return a list of tuples with (name, value) for
103+
each option in the section. Otherwise, return a list of tuples with
104+
(section_name, section_proxy) for each section, including DEFAULTSECT.
106105
107106
remove_section(section)
108107
Remove the given file section and all its options.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ Matias Torchinsky
11911191
Sandro Tosi
11921192
Richard Townsend
11931193
David Townshend
1194+
Nathan Trapuzzano
11941195
Laurence Tratt
11951196
Alberto Trevino
11961197
Matthias Troffaes

0 commit comments

Comments
 (0)