[Lxml-checkins] r50509 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Fri Jan 11 09:51:09 CET 2008
Author: scoder
Date: Fri Jan 11 09:51:09 2008
New Revision: 50509
Modified:
lxml/trunk/ (props changed)
lxml/trunk/CHANGES.txt
Log:
r3225 at delle: sbehnel | 2008-01-10 13:05:13 +0100
changelog
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Fri Jan 11 09:51:09 2008
@@ -8,6 +8,10 @@
Features added
--------------
+* XPath string results of the ``text()`` function and attribute
+ selection make their Element container accessible through a
+ ``getparent()`` method.
+
* ``XSLT`` objects are now usable in any thread - at the cost of a
deep copy if they were not created in that thread.
@@ -20,6 +24,11 @@
Bugs fixed
----------
+* XPath on ElementTrees could crash when selecting the virtual root
+ node of the ElementTree.
+
+* Compilation ``--without-threading`` was buggy in alpha5/6.
+
Other changes
-------------
More information about the lxml-checkins
mailing list