[pypy-svn] r13777 - pypy/extradoc/sprintinfo

mwh at codespeak.net mwh at codespeak.net
Fri Jun 24 13:16:29 CEST 2005


Author: mwh
Date: Fri Jun 24 13:16:28 2005
New Revision: 13777

Modified:
   pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
Log:
we don't need float(str) now.


Modified: pypy/extradoc/sprintinfo/pre-ep2005-planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	(original)
+++ pypy/extradoc/sprintinfo/pre-ep2005-planning.txt	Fri Jun 24 13:16:28 2005
@@ -35,7 +35,8 @@
         to be done:
         - DONE list(list
         - DONE list(tuple)
-        - float(int), int(float), float(str) (likely delegate to backend)
+        - DONE float(str) (or rather, the need for it removed)
+        - float(int), int(float) (likely delegate to backend)
        
 
   - (mostly easy) a few more operations: issubtype, ...?



More information about the Pypy-commit mailing list