diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-03-06 22:55:34 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-03-06 22:55:34 +0100 |
commit | 2be92f6a0053c8edfd000e1640d04ce3f3a567fc (patch) | |
tree | 51c9e323db3a2a8f412bd97c2ccc2db900a0b67a /todo | |
parent | 0b9b21c06c0f9cb7ed31173fe86872b93b9b96b0 (diff) | |
download | pyexiv2-2be92f6a0053c8edfd000e1640d04ce3f3a567fc.tar.gz |
Updated the todo list with fresh new ideas :).
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |