diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-28 12:17:00 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-28 12:17:00 +0000 |
commit | 65bace1765c388e95f7317d4a6dc876537d7510c (patch) | |
tree | 77c93b55c643cdf33206e81e6054225b57632f02 /TODO | |
parent | * doc//*: rebuilt (diff) | |
download | libvirt-65bace1765c388e95f7317d4a6dc876537d7510c.tar.gz libvirt-65bace1765c388e95f7317d4a6dc876537d7510c.tar.bz2 libvirt-65bace1765c388e95f7317d4a6dc876537d7510c.zip |
* TODO: updated
* python/Makefile.am python/generator.py python/libvir.c
python/libvir.py: improved python binding, raise exception
when an instance creation or lookup fails, and add support
for the global error handler, per conn handler still needed
* python/tests/error.py python/tests/Makefile.am: adding a
regression test
Daniel
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ Would-be-nice TODO: - man page for virsh and the libraries entry points - support for QEmu and other virtualization engines - more documentation and examples on using the toolkit +- examples and docs for the principle in the error handling code Cleanup: - now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ? |