aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-01-20 21:32:00 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-01-20 21:32:00 +0100
commita0492164d90727aa26f2a1849fb82697dda3d0ab (patch)
tree207b76a020803b587efc339ebe50eeaba91c5b3c /todo
parent420bd817181d7f674cb765e0452e78557855358b (diff)
downloadpyexiv2-a0492164d90727aa26f2a1849fb82697dda3d0ab.tar.gz
Complete switch to C++/Python exceptions: methods do not return empty strings or tuples anymore, they throw an exception instead.
Diffstat (limited to 'todo')
-rw-r--r--todo2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo b/todo
index 4b2c21f..5b51520 100644
--- a/todo
+++ b/todo
@@ -1,6 +1,4 @@
todo list
-- Convert exiv2 C++ exceptions to python exceptions (if that is possible?)
- instead of returning empty strings.
- Write unit tests.
- Write a complete documentation for the binding and it uses.