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

afa at codespeak.net afa at codespeak.net
Sat Oct 23 22:32:29 CEST 2010


Author: afa
Date: Sat Oct 23 22:32:28 2010
New Revision: 78237

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


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Sat Oct 23 22:32:28 2010
@@ -28,6 +28,10 @@
 
 - missing functions in itertools: combinations, product, compress...
 
+- in test_os.py, fix posix.setregid(-1, -1), posix.setreuid(-1, -1).  This
+  proably requires to use the git_t typedef instead of rffi.INT.
+
+
 Medium tasks
 ------------
 
@@ -36,6 +40,8 @@
 
 - missing builtin: memoryview
 
+- signal.set_wakeup_fd()
+
 Longer tasks
 ------------
 



More information about the Pypy-commit mailing list