aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-03-18 22:13:05 +0100
committerOlivier Tilloy <olivier@tilloy.net>2007-03-18 22:13:05 +0100
commitc93d422b63821cd8bdf538baa9ce31da1d85d7b2 (patch)
treed48a66d0a7375b2296e9f62f70b8b3eb2400f692 /todo
parent2971857b6a9adbd94940b24f3638f5bcea93f17a (diff)
downloadpyexiv2-c93d422b63821cd8bdf538baa9ce31da1d85d7b2.tar.gz
Updated the todo list to reflect the recent modifications.
Diffstat (limited to 'todo')
-rw-r--r--todo5
1 files changed, 2 insertions, 3 deletions
diff --git a/todo b/todo
index 009f38e..2516897 100644
--- a/todo
+++ b/todo
@@ -1,8 +1,7 @@
todo list
-- Allow access to the tag values using the dictionary syntax (read values on the fly when needed, lazy instantiation) -> operator overloading with __getitem__() and __setitem__()
-- Also allow the deletion of items in the same way
-- Cache already queried values (see dictionary on previous line)
+- Fix the issue when changing one value inside a list return by image[key]: the value is changed in the internal dictionnary but no call to setIptcTagValue() is performed
- Disable the get...() and set...() methods (by making them private) -> metadata is accessible only through the dictionnary metaphor
- 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