[pypy-svn] r79132 - pypy/trunk/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Mon Nov 15 20:27:05 CET 2010


Author: fijal
Date: Mon Nov 15 20:27:02 2010
New Revision: 79132

Modified:
   pypy/trunk/pypy/doc/release-1.4.0.txt
Log:
Write down some points


Modified: pypy/trunk/pypy/doc/release-1.4.0.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.4.0.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.4.0.txt	Mon Nov 15 20:27:02 2010
@@ -17,10 +17,12 @@
 More highlights
 ===============
 
-Virtualenv support: now PyPy is fully compatible with virtualenv_: note that
-to use it, you need a recent version of virtualenv (>= 1.5).
+* Virtualenv support: now PyPy is fully compatible with virtualenv_: note that
+  to use it, you need a recent version of virtualenv (>= 1.5).
 
-XXX write me: better regular expressions
+* Faster (and JITted) regular expressions - huge boost in speeding up
+  sre module.
 
+* Faster (and JITted) calls to functions like map().
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv



More information about the Pypy-commit mailing list