PEP 3146: grammar, link fixes.

This commit is contained in:
Collin Winter 2010-02-25 19:36:05 +00:00
parent dee0fb5e6a
commit 9d361d1e78
1 changed files with 3 additions and 3 deletions

View File

@ -198,8 +198,8 @@ which we considered, but found unsatisfactory.
than Unladen Swallow on some workloads. Migration of large applications from
CPython to PyPy would be prohibitively expensive: PyPy's JIT compiler supports
only 32-bit x86 code generation; important modules, such as MySQLdb and
pycrypto do not build against PyPy; PyPy does not offer an embedding API, much
less the same API as CPython.
pycrypto, do not build against PyPy; PyPy does not offer an embedding API,
much less the same API as CPython.
- *PyV8*: PyV8 [#pyv8]_ is an alpha-stage experimental Python-to-JavaScript
compiler that runs on top of V8. PyV8 does not implement the whole Python
language, and has no support for CPython extension modules.
@ -1308,7 +1308,7 @@ References
http://en.wikipedia.org/wiki/Inline_expansion
.. [#unboxing]
http://en.wikipedia.org/wiki/Object_type_(object-oriented_programming)
http://en.wikipedia.org/wiki/Object_type_(object-oriented_programming%29
.. [#us-inlining]
http://code.google.com/p/unladen-swallow/issues/detail?id=86