[pypy-svn] r20130 - pypy/dist/pypy/doc/weekly

mwh at codespeak.net mwh at codespeak.net
Mon Nov 21 15:24:46 CET 2005


Author: mwh
Date: Mon Nov 21 15:24:45 2005
New Revision: 20130

Modified:
   pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt
Log:
small clarification


Modified: pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt
==============================================================================
--- pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt	(original)
+++ pypy/dist/pypy/doc/weekly/summary-2005-11-18.txt	Mon Nov 21 15:24:45 2005
@@ -39,7 +39,7 @@
 of operations that can raise exceptions is now shared with the genc
 backend, reducing duplication and maintence overhead.  Basically this
 means that the LLVM backend is and should remain compatible with the default
-pypy-c build (no threads, Boehm GC and no stackless features).
+pypy-c build (no threads, only the Boehm GC and no stackless features).
 
 There was also progress on the JavaScript backend, mainly focussed on
 adding some of the stackless features currently sported by the C backend.



More information about the Pypy-commit mailing list