logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

r45149 - lxml/trunk: msg#00100

Subject: r45149 - lxml/trunk
Author: scoder
Date: Tue Jul 17 08:03:49 2007
New Revision: 45149

Modified:
   lxml/trunk/CHANGES.txt
Log:
getiterator() also supports 'Entity' as tag

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt      (original)
+++ lxml/trunk/CHANGES.txt      Tue Jul 17 08:03:49 2007
@@ -47,7 +47,8 @@
 * ``Element()`` did not raise an exception on tag names containing ':'
 
 * ``Element.getiterator(tag)`` did not accept ``Comment`` and
-  ``ProcessingInstruction`` as tags. It also accepts ``Element`` now.
+  ``ProcessingInstruction`` as tags. It also accepts ``Element`` and
+  ``Entity`` now.
 
 * The XML parser did not report undefined entities as error


<Prev in Thread] Current Thread [Next in Thread>