summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-17 15:30:03 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-17 15:30:03 (GMT)
commit6f8e81ada9741ca0db21f5a1f4b4fae85d369b06 (patch)
tree96ebb65eea97989d0b6bdf05e2693f95c87c8177
parent9fc0e9955d12a078ef146f25863a37b1b05c8dc1 (diff)
downloadcpython-6f8e81ada9741ca0db21f5a1f4b4fae85d369b06.zip
cpython-6f8e81ada9741ca0db21f5a1f4b4fae85d369b06.tar.gz
cpython-6f8e81ada9741ca0db21f5a1f4b4fae85d369b06.tar.bz2
Fix some typos/grammar in current sections of NEWS.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e330826..d4de9d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,7 +59,7 @@ Library
functions now conform to PEP 3333 when handle non-ASCII URLs.
- Issue #19097: Raise the correct Exception when cgi.FieldStorage is given an
- Invalid fileobj.
+ invalid fileobj.
- Issue #20217: Fix build in SCHED_SPORADIC is defined.
@@ -269,7 +269,7 @@ Tests
- Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
-- Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
+- Issue #19919: Fix flaky SSL test. connect_ex() sometimes returns
EWOULDBLOCK on Windows or VMs hosted on Windows.
- Issue #19912: Added tests for ntpath.splitunc().
@@ -312,7 +312,7 @@ Documentation
- Issue #19963: Document that importlib.import_module() no longer requires
importing parent packages separately.
-- Issue #18840: Introduce the json module in the tutorial, and deemphasize
+- Issue #18840: Introduce the json module in the tutorial, and de-emphasize
the pickle module.
- Issue #19845: Updated the Compiling Python on Windows section.