aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-01-17 21:48:48 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-01-17 21:48:48 +0100
commitf4c1700a11b5611f569c398ee7ec34dde1ec4fd4 (patch)
treea5dd06edeac58628af5b06890dfd2dabd2494a1b /todo
parent8a4fb37b49d78a42e5051b6e5b3b3300ba56b33f (diff)
downloadpyexiv2-f4c1700a11b5611f569c398ee7ec34dde1ec4fd4.tar.gz
Utility functions StringToDate(string) and StringToTime(string) now correctly handle the IPTC date and time formats as returned by exiv2.
Diffstat (limited to 'todo')
-rw-r--r--todo6
1 files changed, 2 insertions, 4 deletions
diff --git a/todo b/todo
index 5ea6e4a..b92c8ea 100644
--- a/todo
+++ b/todo
@@ -1,10 +1,8 @@
todo list
-- Investigate on how the IPTC date and time formats are handled by exiv2: it
- seems that they use an specific internal format (that would be, namely,
- '%Y-%m-%d' and '%H:%M:%S[±%H:%M]'). It would, in a way, make the parsing of
- dates and times much simpler.
- High-level (Python types) IPTC tags handling: implement method
setIptcTagValue().
+- Convert exiv2 C++ exceptions to python exceptions (if that is possible?)
+ instead of returning empty strings.
- Add extensive unit tests.
- Document the binding.