Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c332f8a

Browse files
committed
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
1 parent ce8c768 commit c332f8a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Misc/NEWS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ Library
119119

120120
- Issue #23366: Fixed possible integer overflow in itertools.combinations.
121121

122-
- Issue #23366: Fixed possible integer overflow in itertools.combinations.
123-
124122
- Issue #23369: Fixed possible integer overflow in
125123
_json.encode_basestring_ascii.
126124

@@ -142,7 +140,7 @@ Library
142140
__ne__() now works correctly.
143141

144142
- Issue #19996: :class:`email.feedparser.FeedParser` now handles (malformed)
145-
headers with no key rather than amusing the body has started.
143+
headers with no key rather than assuming the body has started.
146144

147145
- Issue #23248: Update ssl error codes from latest OpenSSL git master.
148146

0 commit comments

Comments
 (0)