diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-01-20 21:32:00 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-01-20 21:32:00 +0100 |
commit | a0492164d90727aa26f2a1849fb82697dda3d0ab (patch) | |
tree | 207b76a020803b587efc339ebe50eeaba91c5b3c /todo | |
parent | 420bd817181d7f674cb765e0452e78557855358b (diff) | |
download | pyexiv2-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-- | todo | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |