summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-17 15:31:19 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-17 15:31:19 (GMT)
commit50c8583492dfe475a44ffc3cd4ed96903a844144 (patch)
treeec9ddaee8d590e0ae6f29d9f8cce7704bcd42448 /Misc
parent77007344d90f6f58ab0c3ccb014fa8023dc9a0ce (diff)
parent6f8e81ada9741ca0db21f5a1f4b4fae85d369b06 (diff)
downloadcpython-50c8583492dfe475a44ffc3cd4ed96903a844144.zip
cpython-50c8583492dfe475a44ffc3cd4ed96903a844144.tar.gz
cpython-50c8583492dfe475a44ffc3cd4ed96903a844144.tar.bz2
Merge typo/grammar fixes from 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 662b2cd..f031f91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,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 #20152: Ported Python/import.c over to Argument Clinic.
@@ -447,7 +447,7 @@ Tests
- 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 @@ Documentation
- 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.