[pypy-commit] cffi default: move TODO to it's own file

fijal noreply at buildbot.pypy.org
Thu Jun 14 16:06:18 CEST 2012


Author: Maciej Fijalkowski <fijall at 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


More information about the pypy-commit mailing list