[Lxml-checkins] r52344 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sun Mar 9 17:52:54 CET 2008


Author: scoder
Date: Sun Mar  9 17:52:52 2008
New Revision: 52344

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/TODO.txt
Log:
 r3746 at delle:  sbehnel | 2008-03-08 09:33:26 +0100
 TODO cleanup


Modified: lxml/trunk/TODO.txt
==============================================================================
--- lxml/trunk/TODO.txt	(original)
+++ lxml/trunk/TODO.txt	Sun Mar  9 17:52:52 2008
@@ -5,12 +5,6 @@
 lxml
 ====
 
-Exposing libxml2 functionalities
---------------------------------
-
-* Test XML entities, also in an ElementTree context.
-
-
 In general
 ----------
 
@@ -24,6 +18,11 @@
 * more testing on input/output of encoded filenames, including custom
   resolvers, relative XSLT imports, ...
 
+* always use '<string>' as URL when tree was parsed from string? (can libxml2
+  handle this?)
+
+* follow PEP 8 in API naming (avoidCamelCase in_favour_of_underscores)
+
 
 QName
 -----
@@ -31,6 +30,12 @@
 * expose prefix support?
 
 
+Entities
+--------
+
+* clean support for entities (is the Entity element class enough?)
+
+
 Objectify
 ---------
 
@@ -52,17 +57,8 @@
   access check methods
 
 
-lxml 2.0
-========
-
-* always use '<string>' as URL when tree was parsed from string? (can libxml2
-  handle this?)
-
-* clean up (and remove?) duplicated API for extension functions
-
-* follow PEP 8 in API naming (avoidCamelCase in_favour_of_underscores)
-
-* clean support for entities (is the Entity element class enough?)
+Maybe
+-----
 
 * rewrite iterparse() to accept a parser as argument instead of being
   one (or maybe not: iterparse() can't deal with all parser options


More information about the lxml-checkins mailing list