From ffb6b75a2b3229a97e40f7dea223520d29c608bc Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Fri, 30 Mar 2007 22:46:00 +0200 Subject: Removed methods isExigTagSet() and isIptcTagSet() as they are now useless thanks to exception management. --- todo | 1 - 1 file changed, 1 deletion(-) (limited to 'todo') diff --git a/todo b/todo index 8537f3a..b1590f0 100644 --- a/todo +++ b/todo @@ -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 -- cgit