[Lxml-checkins] r45630 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Mon Aug 13 17:12:29 CEST 2007


Author: scoder
Date: Mon Aug 13 17:12:28 2007
New Revision: 45630

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

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Mon Aug 13 17:12:28 2007
@@ -8,10 +8,6 @@
 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.
-
 * Namespace class setup is now local to the ``ElementNamespaceClassLookup``
   instance and no longer global.
 
@@ -41,8 +37,6 @@
 Bugs fixed
 ----------
 
-* Parsing with the ``no_network`` option could fail
-
 * lxml.etree did not check tag/attribute names
 
 * The XML parser did not report undefined entities as error
@@ -57,8 +51,7 @@
 Other changes
 -------------
 
-* Serialising an Element no longer includes its comment and PI siblings (only
-  ElementTree serialisation includes them).
+* objectify.PyType for None is now called "NoneType"
 
 * ``el.getiterator()`` renamed to ``el.iter()``, following ElementTree 1.3 -
   original name is still available as alias
@@ -71,6 +64,28 @@
 * Network access in parsers disabled by default
 
 
+1.3.4 (???)
+==================
+
+* 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.
+
+Features added
+--------------
+
+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