[Lxml-checkins] r43379 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Mon May 14 19:26:59 CEST 2007


Author: scoder
Date: Mon May 14 19:26:59 2007
New Revision: 43379

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

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Mon May 14 19:26:59 2007
@@ -20,7 +20,7 @@
 * ``Element.addnext(el)`` and ``Element.addprevious(el)`` methods to support
   adding processing instructions and comments around the root node
 
-* Element.attrib now has a ``pop()`` method
+* ``Element.attrib`` was missing ``clear()`` and ``pop()`` methods
 
 * Extended type annotation in objectify: cleaner annotation namespace setup
   plus new ``xsiannotate()`` and ``deannotate()`` functions
@@ -46,8 +46,6 @@
 
 * More ET compatible behaviour when writing out XML declarations or not
 
-* ``Element.attrib`` was missing ``clear()`` method
-
 * More robust error handling in ``iterparse()``
 
 * Documents lost their top-level PIs and comments on serialisation


More information about the lxml-checkins mailing list