Grammar, wording fixes

This commit is contained in:
Andrew M. Kuchling 2009-11-08 16:31:29 +00:00
parent 13217b06bf
commit 04c67f605b
1 changed files with 4 additions and 4 deletions

View File

@ -41,13 +41,13 @@ performance and implementation of CPython itself.
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 @@ Allowed to Change
* 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