diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-03-14 18:46:20 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-03-14 18:46:20 +0100 |
commit | ed9dfe005d15ff7c7adfff78dec01b9e36affc9a (patch) | |
tree | 5783203cfd95d2c4bef2e9dbf4ab5388ecd8fe21 /todo | |
parent | c9424c04ca3ac44670e20a3665aae55720080b2f (diff) | |
download | pyexiv2-ed9dfe005d15ff7c7adfff78dec01b9e36affc9a.tar.gz |
Updated the todo list with a fresh new idea :).
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ 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__() - Cache already queried values (see dictionary on previous line) +- 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 - Write a complete documentation for the binding and it uses |