From 2be92f6a0053c8edfd000e1640d04ce3f3a567fc Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Tue, 6 Mar 2007 22:55:34 +0100 Subject: Updated the todo list with fresh new ideas :). --- todo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo b/todo index 5b51520..53fd8bc 100644 --- a/todo +++ b/todo @@ -1,4 +1,7 @@ todo list +- For IPTC tags, what to do with multiple occurences of a key ? (eg 'Iptc.Application2.Keywords') -> return a list of values ? +- 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__() +- Cache already queried values (see dictionary on previous line) - Write unit tests. - Write a complete documentation for the binding and it uses. -- cgit