[Python-checkins] r78452 - peps/trunk/pep-3146.txt

collin.winter python-checkins at python.org
Thu Feb 25 20:36:06 CET 2010


Author: collin.winter
Date: Thu Feb 25 20:36:05 2010
New Revision: 78452

Log:
PEP 3146: grammar, link fixes.

Modified:
   peps/trunk/pep-3146.txt

Modified: peps/trunk/pep-3146.txt
==============================================================================
--- peps/trunk/pep-3146.txt	(original)
+++ peps/trunk/pep-3146.txt	Thu Feb 25 20:36:05 2010
@@ -198,8 +198,8 @@
   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 @@
    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


More information about the Python-checkins mailing list