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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 22 23:08:53 CET 2007


Author: cfbolz
Date: Thu Nov 22 23:08:53 2007
New Revision: 48956

Added:
   pypy/dist/pypy/doc/config/objspace.std.withropeunicode.txt   (contents, props changed)
Log:
add documentation for unicode ropes.


Added: pypy/dist/pypy/doc/config/objspace.std.withropeunicode.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/objspace.std.withropeunicode.txt	Thu Nov 22 23:08:53 2007
@@ -0,0 +1,7 @@
+Use ropes to implement unicode strings (and also normal strings).
+
+See the section in `Standard Interpreter Optimizations`_ for more details.
+
+.. _`Standard Interpreter Optimizations`: ../interpreter-optimizations.html#ropes
+
+



More information about the Pypy-commit mailing list