Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r335:59a79f9748aa Date: 2012-06-14 16:06 +0200 http://bitbucket.org/cffi/cffi/changeset/59a79f9748aa/
Log: move TODO to it's own file diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Foreign Function Interface for Python calling C code. +Contact +------- + Mailing list: https://groups.google.com/forum/#!forum/python-cffi @@ -10,23 +13,3 @@ ------------------ http://mail.python.org/pipermail/pypy-dev/2012-May/009915.html - - -Current status --------------- - -* works as a ctypes replacement -* can use internally either ctypes or a C extension module - - -Next steps ----------- - -the verify() step, which is missing: - -* global variables - -* typedef ... some_integer_type; - - -_ffi backend for PyPy diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,19 @@ + +Current status +-------------- + +* works as a ctypes replacement +* can use internally either ctypes or a C extension module + + +Next steps +---------- + +the verify() step, which is missing: + +* global variables + +* typedef ... some_integer_type; + + +_ffi backend for PyPy _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit