diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-09-16 19:46:07 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-09-16 19:46:07 +0200 |
commit | 7b7f5662bc7bff7d3e36247d9df9a5e3dd5d0182 (patch) | |
tree | e65bbcba7506e1362bf2f542001c40428388722a /todo | |
parent | d79143ade7fab1ce8a07c9a8a09cf9a58a4f8b08 (diff) | |
download | pyexiv2-7b7f5662bc7bff7d3e36247d9df9a5e3dd5d0182.tar.gz |
Fixed a bug reported by Damon Lynch: due to interface changes for exceptions management in libexiv2 0.13, libpyexiv2 would not compile against versions >= 0.13.
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ todo list +- Reflect changes from src/error.cpp in libexiv2 to src/libpyexiv2.cpp: new error messages, error codes changed - Add a 'doc' builder to the SConstruct to build the module's documentation - 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 |