diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-03-30 22:46:00 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-03-30 22:46:00 +0200 |
commit | ffb6b75a2b3229a97e40f7dea223520d29c608bc (patch) | |
tree | a562eeb0eac3ad3d7387e9d9b5d366bc8e576856 /todo | |
parent | 5b9561b2f53982f76990ce63d5f44271ebc3923e (diff) | |
download | pyexiv2-ffb6b75a2b3229a97e40f7dea223520d29c608bc.tar.gz |
Removed methods isExigTagSet() and isIptcTagSet() as they are now useless thanks to exception management.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ 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 |