File: todo

package info (click to toggle)
pyexiv2 0.1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 328 kB
  • ctags: 184
  • sloc: python: 548; cpp: 508; makefile: 33; sh: 5
file content (9 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
todo list

- Tag getters/setters should support unicode strings as well as regular strings (see bug #146313).
- What about forcing all strings encoding to UTF in tag values? (see Marc's mail)
- 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
- New architecture and support of XMP metadata (see bug #183337)