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

Skip to content

Commit 6f8e81a

Browse files
committed
Fix some typos/grammar in current sections of NEWS.
1 parent 9fc0e99 commit 6f8e81a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Library
5959
functions now conform to PEP 3333 when handle non-ASCII URLs.
6060

6161
- Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an
62-
Invalid fileobj.
62+
invalid fileobj.
6363

6464
- Issue #20217: Fix build in SCHED_SPORADIC is defined.
6565

@@ -269,7 +269,7 @@ Tests
269269

270270
- Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
271271

272-
- Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
272+
- Issue #19919: Fix flaky SSL test. connect_ex() sometimes returns
273273
EWOULDBLOCK on Windows or VMs hosted on Windows.
274274

275275
- Issue #19912: Added tests for ntpath.splitunc().
@@ -312,7 +312,7 @@ Documentation
312312
- Issue #19963: Document that importlib.import_module() no longer requires
313313
importing parent packages separately.
314314

315-
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
315+
- Issue #18840: Introduce the json module in the tutorial, and de-emphasize
316316
the pickle module.
317317

318318
- Issue #19845: Updated the Compiling Python on Windows section.

0 commit comments

Comments
 (0)