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

afa at codespeak.net afa at codespeak.net
Tue Oct 5 20:13:29 CEST 2010


Author: afa
Date: Tue Oct  5 20:13:28 2010
New Revision: 77628

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
2 tasks finished


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Tue Oct  5 20:13:28 2010
@@ -12,10 +12,6 @@
 
 - Missing builtin: bytearray (possibly reuse module.__pypy__.bytebuffer)
 
-- Octal literals: 0o777
-
-- float('infinity'), float('nan')
-
 - Seen in test_inspect, this has never worked in pypy::
 
       assert eval('a', None, dict(a=42)) == 42



More information about the Pypy-commit mailing list