[Lxml-checkins] r49766 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Fri Dec 14 08:47:10 CET 2007


Author: scoder
Date: Fri Dec 14 08:47:09 2007
New Revision: 49766

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/CHANGES.txt
Log:
 r3099 at delle:  sbehnel | 2007-12-14 08:47:04 +0100
 changelog


Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Fri Dec 14 08:47:09 2007
@@ -14,6 +14,8 @@
 Bugs fixed
 ----------
 
+* Memory leak in the ``parse()`` function.
+
 * Minor bugs in XSLT error message formatting.
 
 * Result document memory leak in target parser.
@@ -21,9 +23,9 @@
 Other changes
 -------------
 
-* The serialisation of ElementTree objects now appends a newline at
-  the end of the document and also inserts newlines between the
-  top-level processing instructions and comments
+* The 'pretty printed' serialisation of ElementTree objects now
+  appends a newline at the end of the document and also inserts
+  newlines between the top-level processing instructions and comments
 
 * Second argument to ``lxml.etree.Extension()`` helper is no longer
   required, third argument is now a keyword-only argument ``ns``.


More information about the lxml-checkins mailing list