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

arigo at codespeak.net arigo at codespeak.net
Thu Apr 27 12:31:55 CEST 2006


Author: arigo
Date: Thu Apr 27 12:31:54 2006
New Revision: 26434

Modified:
   pypy/dist/pypy/doc/independent-project-ideas.txt
Log:
Put a bold keyword in each idea.


Modified: pypy/dist/pypy/doc/independent-project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/independent-project-ideas.txt	(original)
+++ pypy/dist/pypy/doc/independent-project-ideas.txt	Thu Apr 27 12:31:54 2006
@@ -24,7 +24,7 @@
   modules.
 
 * A research project: experiment with optimizations in PyPy, e.g. by trying
-  various data structures for dicts or other built-in objects, by switching
+  various **data structures** for dicts or other built-in objects, by switching
   between data structures at run-time, comparing results for different
   applications, etc.  This should produce experimental results (mostly
   timings, memory usage trade-offs) as much as code.



More information about the Pypy-commit mailing list