[pypy-svn] r47182 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Fri Oct 5 11:18:03 CEST 2007


Author: fijal
Date: Fri Oct  5 11:18:02 2007
New Revision: 47182

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
update cleanup


Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Fri Oct  5 11:18:02 2007
@@ -35,12 +35,13 @@
 
  - rewrite the following rctypes modules using rffi:
 
-  - bz2
   - _demo
   - _ssl
-  - fcntl
   - mmap
-  - readline
-  - signal
+
+ - move the following from using old-style C-api
+
+  - signal module
+  - strtod (RPyton level)
 
  - rewrite or kill the extcompiler



More information about the Pypy-commit mailing list