aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-03-27 20:20:42 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-03-27 20:20:42 +0200
commitf3bbb762f758aa21f0bb2d321e4d26de064068e0 (patch)
tree67a78c425f73a03cd3141cb2dd8efb77ad3342cf /todo
parentbbe0a2e95843cd223abb5811bb1232aaf6074479 (diff)
downloadpyexiv2-f3bbb762f758aa21f0bb2d321e4d26de064068e0.tar.gz
Internal accessor __setitem__ now handles tuples to be consistent with __getitem__ when dealing with repeatable IPTC tags (but passing it a list of values will also work, the list being internally converted into a tuple).
Diffstat (limited to 'todo')
-rw-r--r--todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo
index 1e716a9..0c30168 100644
--- a/todo
+++ b/todo
@@ -1,6 +1,5 @@
todo list
-- Fix the issue when changing one value inside a list returned by image[key]: the value is changed in the internal dictionnary but no call to setIptcTagValue() is performed -> use tuples instead of lists, tuples are immutables
- Disable the get...() and set...() methods (by making them private) -> metadata is accessible only through the dictionnary metaphor
- Write methods cacheAllExifTags() and cacheAllIptcTags() that will read and cache all the tag values (to be used in a separate threads, for applications that need to access all the tags anyway)
- 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