[Python-checkins] cpython (3.3): Fix some typos/grammar in current sections of NEWS.

zach.ware python-checkins at python.org
Fri Jan 17 16:31:44 CET 2014


http://hg.python.org/cpython/rev/195793d5208d
changeset:   88520:195793d5208d
branch:      3.3
parent:      88517:c9706c13a005
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 17 09:30:03 2014 -0600
summary:
  Fix some typos/grammar in current sections of NEWS.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,7 +59,7 @@
   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 @@
 
 - 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 @@
 - 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list