[Python-checkins] cpython (merge 3.3 -> default): Merge typo/grammar fixes from 3.3.

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


http://hg.python.org/cpython/rev/c6cec8805322
changeset:   88521:c6cec8805322
parent:      88518:3cb048463ea7
parent:      88520:195793d5208d
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 17 09:31:19 2014 -0600
summary:
  Merge typo/grammar fixes from 3.3.

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
@@ -41,7 +41,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 #20152: Ported Python/import.c over to Argument Clinic.
 
@@ -447,7 +447,7 @@
 
 - Issue #19320: test_tcl no longer fails when wantobjects is false.
 
-- 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().
@@ -496,7 +496,7 @@
 - Issue #20253: Fixed a typo in the ipaddress docs that advertised an
   illegal attribute name.  Found by INADA Naoki.
 
-- 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