diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-03-29 22:55:11 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-03-29 22:55:11 +0200 |
commit | 59de8016bf0ccd69f7eb4059b052acead79eb3f2 (patch) | |
tree | 3d2cac59b7f7448eda7eee4a1a6508a76da09588 | |
parent | 5f874ed73b0195c498e3e7ea01a68c0dfbeb56af (diff) | |
download | pyexiv2-59de8016bf0ccd69f7eb4059b052acead79eb3f2.tar.gz |
Updated the todo list.
-rw-r--r-- | todo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ todo list +- Are the methods isExifTagSet() and isIptcTagSet() really useful ? They can be "emulated" by trying to read a tag's value and silently catching the exception if it is not set... - Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2 - Rewrite the docstring documentation of the module using epydoc's syntax (http://epydoc.sourceforge.net/manual-fields.html) - Write a complete documentation for the binding and it uses |