aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-01-17 22:12:29 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-01-17 22:12:29 +0100
commit1ad681646a12010f9db3aa64f279641cbccf3b64 (patch)
tree478a5c453698207c2c93eb316f7630d29c377285 /todo
parentf4c1700a11b5611f569c398ee7ec34dde1ec4fd4 (diff)
downloadpyexiv2-1ad681646a12010f9db3aa64f279641cbccf3b64.tar.gz
Added method setIptcTagValue() to class Image in the higher-level binding (still not complete).
Diffstat (limited to 'todo')
-rw-r--r--todo4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo b/todo
index b92c8ea..2b0e0f1 100644
--- a/todo
+++ b/todo
@@ -1,7 +1,7 @@
todo list
-- High-level (Python types) IPTC tags handling: implement method
- setIptcTagValue().
+- High-level (Python types) IPTC tags handling: finish the implementation of
+ method setIptcTagValue().
- Convert exiv2 C++ exceptions to python exceptions (if that is possible?)
instead of returning empty strings.
- Add extensive unit tests.