Author: Alex Gaynor <[email protected]> Branch: numpy-record-type-pure-python Changeset: r52406:877cf1960916 Date: 2012-02-12 20:19 -0500 http://bitbucket.org/pypy/pypy/changeset/877cf1960916/
Log: TODO -- for fijal :) diff --git a/TODO.rst b/TODO.rst new file mode 100644 --- /dev/null +++ b/TODO.rst @@ -0,0 +1,6 @@ +TODO +==== + +* Do something with endianess markers. +* Actually implement like half the things which are currently ``NameError``. +* Bring in the Python code needed for the above to work. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
