[pypy-svn] r41453 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Mar 27 13:01:44 CEST 2007


Author: pedronis
Date: Tue Mar 27 13:01:43 2007
New Revision: 41453

Modified:
   pypy/dist/pypy/doc/release-1.0.0.txt
Log:
- be less terse
- uniform capitalisation in key features section



Modified: pypy/dist/pypy/doc/release-1.0.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-1.0.0.txt	(original)
+++ pypy/dist/pypy/doc/release-1.0.0.txt	Tue Mar 27 13:01:43 2007
@@ -119,13 +119,14 @@
    
 Here is a summary list of key features coming with PyPy-1.0:
 
-- the Just-In-Time Compiler Generator, now generating 
+- The Just-In-Time Compiler Generator, now generating 
   first JIT compiler versions of our Python Interpreter, see: 
 
     http://codespeak.net/pypy/dist/pypy/doc/jit.html 
 
-- more Python Interpreter optimizations (CALL_METHOD(+cache), ropes), 
-  now running benchmarks at around half of CPython's speed (without the JIT)
+- More Python Interpreter optimizations (CALL_METHOD bytecode and
+  method cache, rope-based strings), now running benchmarks at around
+  half of CPython's speed (without the JIT).
 
 - The Python Interpreter can be translated to .NET and enables
   interactions with the CLR libraries, see
@@ -146,7 +147,7 @@
 
   http://play1.codespeak.net/ 
 
-- proxying object spaces and features of our Python Interpreter: 
+- Proxying object spaces and features of our Python Interpreter: 
 
   - Tainting: a 270-line proxy object space tracking 
     and boxing sensitive information within an application. 



More information about the Pypy-commit mailing list