Author: Matti Picus <[email protected]>
Branch: pypy-pyarray
Changeset: r66928:410f35e18949
Date: 2013-09-12 23:16 +0300
http://bitbucket.org/pypy/pypy/changeset/410f35e18949/

Log:    remove non-implemented objects from TODO

diff --git a/TODO.txt b/TODO.txt
--- a/TODO.txt
+++ b/TODO.txt
@@ -10,14 +10,8 @@
 - test "from numpypy import *" esp. get_include()
 - test all *.h files under pypy/module/cpyext/include/numpy
 - make sure all cpyext changes are tested:
-    PyBoolObject (new)
     PyComplexFromCComplex() (changed, problematic for c++?)
-    PyFunctionType (new)
-    PyMethodType (new)
-    PyRangeType (new)
-    PyTracebackType (new)
     _PyPackageContext (new)
-    Py*Flag (most new, some changed) in pythonrun.h
     all ndarrayobject.c
     copy_header_files() in api.py (changed)
     all ndarrayobject.py (new)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to