diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-01-17 21:48:48 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-01-17 21:48:48 +0100 |
commit | f4c1700a11b5611f569c398ee7ec34dde1ec4fd4 (patch) | |
tree | a5dd06edeac58628af5b06890dfd2dabd2494a1b /todo | |
parent | 8a4fb37b49d78a42e5051b6e5b3b3300ba56b33f (diff) | |
download | pyexiv2-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-- | todo | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |