fixed a small bug a bit of cleanup. Daniel

* python/Makefile.am python/TODO python/libxml.py: fixed a small
  bug a bit of cleanup.
Daniel
diff --git a/python/TODO b/python/TODO
index d8e39b1..40fadf9 100644
--- a/python/TODO
+++ b/python/TODO
@@ -5,7 +5,6 @@
 Things to do:
 -------------
 
-- handling of node.content
 - SAX interfaces
 - memory debug interfaces
 - enums -> libxml.py
@@ -41,5 +40,6 @@
   Done, a bit ugly by running new makes in %install for each level
   found.
 - error redirections and preformat
+- handling of node.content
 
 Daniel Veillard