[pypy-svn] r40967 - pypy/dist/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Mar 21 20:04:54 CET 2007


Author: cfbolz
Date: Wed Mar 21 20:04:52 2007
New Revision: 40967

Modified:
   pypy/dist/pypy/doc/config/objspace.std.withrope.txt
Log:
link to object-optimizations


Modified: pypy/dist/pypy/doc/config/objspace.std.withrope.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.std.withrope.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.std.withrope.txt	Wed Mar 21 20:04:52 2007
@@ -1,3 +1,7 @@
-Implement the Python ``str`` types using *ropes*, described in the paper
-"Ropes: an Alternative to Strings" by Hans-J. Boehm, Russ Atkinson and Michael
-Plass.
+Enable ropes to be the default string implementation.
+
+See the page about `object optimizations`_ for more details.
+
+.. _`object optimizations`: ../object-optimizations.html
+
+



More information about the Pypy-commit mailing list