[pypy-svn] r77509 - pypy/branch/fast-forward/lib-python

agaynor at codespeak.net agaynor at codespeak.net
Thu Sep 30 20:20:10 CEST 2010


Author: agaynor
Date: Thu Sep 30 20:20:08 2010
New Revision: 77509

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
Fixed

Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Thu Sep 30 20:20:08 2010
@@ -16,8 +16,6 @@
 
       assert eval('a', None, dict(a=42)) == 42
 
-- Missing (float|int).(imag|real)
-
 - Missing complex.__trunc__
 
 - Mark some tests as "implementation specific"::



More information about the Pypy-commit mailing list