[pypy-svn] r39058 - pypy/release/0.99.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Feb 16 23:08:00 CET 2007


Author: cfbolz
Date: Fri Feb 16 23:07:59 2007
New Revision: 39058

Modified:
   pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
Log:
add link, reformulate stackless entry, fix typos


Modified: pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	Fri Feb 16 23:07:59 2007
@@ -59,11 +59,11 @@
   - Tainting: a 270-line proxy object space tracking 
     and boxing sensitive information within an application. 
     A tainted object is completely barred from crossing 
-    an IO barrier, such as writing to files, databases
-    or sockets.  This allows to   to significantly reduce the 
+    an I/O barrier, such as writing to files, databases
+    or sockets.  This allows to significantly reduce the 
     effort of e.g. security reviews to the few places where 
     objects are "declassified" in order to send information 
-    across IO barriers. 
+    across I/O barriers. 
 
   - Transparent proxies: An addition to the standard object space, which allows
     you to create objects of builtin types with completely customised
@@ -105,7 +105,8 @@
 * improved file implementation: Our file implementation was ported to RPython
   and is therefore faster (and not based on libc).
 
-* more stable stackless support
+* The stability of stackless features was greatly improved. For more details
+  see: http://codespeak.net/pypy/dist/pypy/doc/stackless.html
 
 * RPython library: The release contains our emerging RPython library that tries
   to make programming in RPython more pleasant. It contains an experimental



More information about the Pypy-commit mailing list