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

hpk at codespeak.net hpk at codespeak.net
Thu Mar 5 16:50:10 CET 2009


Author: hpk
Date: Thu Mar  5 16:50:09 2009
New Revision: 62592

Modified:
   pypy/trunk/pypy/doc/faq.txt
Log:
update compatibility target.


Modified: pypy/trunk/pypy/doc/faq.txt
==============================================================================
--- pypy/trunk/pypy/doc/faq.txt	(original)
+++ pypy/trunk/pypy/doc/faq.txt	Thu Mar  5 16:50:09 2009
@@ -60,10 +60,9 @@
 Which Python version (2.x?) does PyPy implement?
 ------------------------------------------------
 
-PyPy currently aims to be fully compatible with Python 2.4. That means that
-it contains the standard library of Python 2.4 and that it supports 2.4
-features (such as decorators).  The 2.5 features (e.g. the ``with`` statement,
-the ternary operator) are in progress.
+PyPy currently aims to be fully compatible with Python 2.5. That means that
+it contains the standard library of Python 2.5 and that it supports 2.5
+features (such as the width statement).  
 
 .. _threading:
 



More information about the Pypy-commit mailing list