[Python-checkins] r76153 - peps/trunk/pep-3003.txt

andrew.kuchling python-checkins at python.org
Sun Nov 8 17:31:29 CET 2009


Author: andrew.kuchling
Date: Sun Nov  8 17:31:29 2009
New Revision: 76153

Log:
Grammar, wording fixes

Modified:
   peps/trunk/pep-3003.txt

Modified: peps/trunk/pep-3003.txt
==============================================================================
--- peps/trunk/pep-3003.txt	(original)
+++ peps/trunk/pep-3003.txt	Sun Nov  8 17:31:29 2009
@@ -41,13 +41,13 @@
 
 Python 3.x was a large part of the last several years of Python's
 development. Its release, as well as a bevy of changes to the language
-introduce by it and the previous 2.6.x releases, puts alternative
+introduced by it and the previous 2.6.x releases, puts alternative
 implementations at a severe disadvantage in "keeping pace" with core python
 development.
 
 Additionally, many of the changes put into the recent releases of the language
-as implemented by CPython have not yet seen widespread usage amongst the
-general user population. For example, most users are beholden to the version
+as implemented by CPython have not yet seen widespread usage by the
+general user population. For example, most users are limited to the version
 of the interpreter (typically CPython) which comes pre-installed with their
 operating system. Most OS vendors are just barely beginning to ship Python 2.6
 -- even fewer are shipping Python 3.x.
@@ -116,7 +116,7 @@
 * The standard library
     As the standard library is not directly tied to the language
     definition it is not covered by this moratorium.
-* Backports of 3.x features to to 2.x
+* Backports of 3.x features to 2.x
     The moratorium only affects features that would be new in 3.x.
 * Import semantics
     For example, PEP 382.  After all, import semantics vary between


More information about the Python-checkins mailing list