[pypy-svn] r78831 - pypy/branch/fast-forward/lib-python
arigo at codespeak.net
arigo at codespeak.net
Sun Nov 7 19:01:25 CET 2010
Author: arigo
Date: Sun Nov 7 19:01:24 2010
New Revision: 78831
Modified:
pypy/branch/fast-forward/lib-python/TODO
Log:
Mark as mostly DONE.
Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO (original)
+++ pypy/branch/fast-forward/lib-python/TODO Sun Nov 7 19:01:24 2010
@@ -42,7 +42,7 @@
- Ast objects should be picklable, see in pypy/module/_ast/test/test_ast.py:
test_pickle()
-- missing builtin: memoryview
+- missing builtin: memoryview DONE (but not very much tested)
- signal.set_wakeup_fd() DONE
More information about the Pypy-commit
mailing list