aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-03-30 22:46:00 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-03-30 22:46:00 +0200
commitffb6b75a2b3229a97e40f7dea223520d29c608bc (patch)
treea562eeb0eac3ad3d7387e9d9b5d366bc8e576856 /todo
parent5b9561b2f53982f76990ce63d5f44271ebc3923e (diff)
downloadpyexiv2-ffb6b75a2b3229a97e40f7dea223520d29c608bc.tar.gz
Removed methods isExigTagSet() and isIptcTagSet() as they are now useless thanks to exception management.
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 0 insertions, 1 deletions
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