kuuko pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=8ed62469f5357039fe0748ea20213fd00bde252b

commit 8ed62469f5357039fe0748ea20213fd00bde252b
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Tue Nov 5 03:12:03 2013 +0200

    Update TODO, add a web link to setup.cfg for relevant cython documentation.
---
 TODO      | 15 +++++++--------
 setup.cfg |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/TODO b/TODO
index 121b511..263c103 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,8 @@
 BUGS
 ----
 
-* Evas: SmartObject doesn't work
+* Evas: SmartObject doesn't work (Dave, do we need the metaclasses for this to
+  work?)
 * EdjeEdit: PartState API does not work
 * Edje.External: The unit test fails
 * Elm.Configuration: example crashes
@@ -20,11 +21,9 @@ TODO
 * Review and document our use of exceptions
 * update links and text on:
   http://www.freedesktop.org/wiki/Software/DBusBindings
-* Split base object defines from includes/efl.evas.pxd so that everything
-  defined there doesn't get included to the C code that cimports it.
-  This may have been fixed in latest versions of Cython.
 * Check for documentation changes.
-* Use more _set_properties_from_keyword_args
+* Use more _set_properties_from_keyword_args, replace Evas' _set_common_params
+  with it?
 * Check for missing properties <-> getter-/setter-functions
 * Add more logging
 
@@ -40,9 +39,9 @@ Elementary
 * Fix Theme API, add a test
 * ObjectItem.data changed to dict (like in Eo). Find out what this affects
   and document it.
-* Item add methods (constructors) should be changed to have cb_args in a
-  single argument, not args, kwargs, and it should be assigned to
-  ObjectItem.data dict as necessary.
+* Item add methods (constructors) should be changed to have cb_data in a
+  single argument, not args, kwargs
+* Get rid of enums in __init__.py
 
 * New documentation images with the new default theme.
 * Images missing in the documentation:
diff --git a/setup.cfg b/setup.cfg
index 58c27ac..a959971 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,7 @@
 # Debug info
 #cython_gdb=1
 # Cython compiler directives
+# (http://docs.cython.org/src/reference/compilation.html#compiler-directives)
 #cython_directives=
 
 [build_doc]

-- 


Reply via email to