[Lxml-checkins] r45629 - lxml/branch/lxml-1.3

scoder at codespeak.net scoder at codespeak.net
Mon Aug 13 16:18:48 CEST 2007


Author: scoder
Date: Mon Aug 13 16:18:47 2007
New Revision: 45629

Modified:
   lxml/branch/lxml-1.3/CHANGES.txt
Log:
changelog update

Modified: lxml/branch/lxml-1.3/CHANGES.txt
==============================================================================
--- lxml/branch/lxml-1.3/CHANGES.txt	(original)
+++ lxml/branch/lxml-1.3/CHANGES.txt	Mon Aug 13 16:18:47 2007
@@ -8,11 +8,21 @@
 Features added
 --------------
 
+* Serialising an ElementTree now includes any internal DTD subsets that are
+  part of the document, as well as comments and PIs that are siblings of the
+  root node.
+
 Bugs fixed
 ----------
 
 * Parsing with the ``no_network`` option could fail
 
+Other changes
+-------------
+
+* Serialising an Element no longer includes its comment and PI siblings (only
+  ElementTree serialisation includes them).
+
 
 1.3.3 (2007-07-26)
 ==================


More information about the lxml-checkins mailing list