diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-01-17 22:12:29 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-01-17 22:12:29 +0100 |
commit | 1ad681646a12010f9db3aa64f279641cbccf3b64 (patch) | |
tree | 478a5c453698207c2c93eb316f7630d29c377285 /todo | |
parent | f4c1700a11b5611f569c398ee7ec34dde1ec4fd4 (diff) | |
download | pyexiv2-1ad681646a12010f9db3aa64f279641cbccf3b64.tar.gz |
Added method setIptcTagValue() to class Image in the higher-level binding (still not complete).
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |