[pypy-svn] r7004 - pypy/trunk/src/pypy
arigo at codespeak.net
arigo at codespeak.net
Mon Oct 18 14:00:27 CEST 2004
Author: arigo
Date: Mon Oct 18 14:00:26 2004
New Revision: 7004
Modified:
pypy/trunk/src/pypy/TODO
Log:
Listed the main missing pieces for Python compliance in TODO.
Modified: pypy/trunk/src/pypy/TODO
==============================================================================
--- pypy/trunk/src/pypy/TODO (original)
+++ pypy/trunk/src/pypy/TODO Mon Oct 18 14:00:26 2004
@@ -1,6 +1,10 @@
General
=======
+* missing pieces currently borrowed from CPython: the bytecode
+ compiler, a number of C modules, and some types -- as printed
+ when running py.py: "faking <type xyz>".
+
* not all of CPython's exceptions use the same __init__!
* refactor the cmdline-entrypoints to PyPy aka py.py main.py
More information about the Pypy-commit
mailing list