aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-28 12:17:00 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-28 12:17:00 +0000
commit65bace1765c388e95f7317d4a6dc876537d7510c (patch)
tree77c93b55c643cdf33206e81e6054225b57632f02 /TODO
parent* doc//*: rebuilt (diff)
downloadlibvirt-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--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index dc51e2dbd..afbe1ef76 100644
--- a/TODO
+++ b/TODO
@@ -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 ?