[Lxml-checkins] r41117 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Thu Mar 22 19:57:55 CET 2007


Author: scoder
Date: Thu Mar 22 19:57:53 2007
New Revision: 41117

Modified:
   lxml/trunk/CHANGES.txt
Log:
cleanup

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Thu Mar 22 19:57:53 2007
@@ -8,10 +8,10 @@
 Features added
 --------------
 
-* ``lxml.pyclasslookup`` module that can access the entire tree to determine a
-  suitable Element class
+* ``lxml.pyclasslookup`` module that can access the entire tree in read-only
+  mode to help determining a suitable Element class
 
-* ``Element.values()`` to accompany the existing ``keys()`` and ``items()``
+* ``Element.values()`` to accompany the existing ``.keys()`` and ``.items()``
 
 * ``collectAttributes()`` C-function to build a list of attribute
   keys/values/items for a libxml2 node


More information about the lxml-checkins mailing list