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