[lxml-dev] lxml 2.0.7 released
Stefan Behnel
stefan_ml at behnel.de
Fri Jun 20 11:13:16 CEST 2008
Hi all,
I just released lxml 2.0.7 to PyPI. This is a bug-and-convenience-fixes-only
release for the stable 2.0 series. Changelog below.
The C sources in this release were generated with Cython 0.9.8 and tested with
Python 2.6 beta1.
Have fun,
Stefan
2.0.7 (2008-06-20)
Features added
* Pickling ElementTree objects in lxml.objectify.
Bugs fixed
* Descending dot-separated classes in CSS selectors were not resolved
correctly.
* ElementTree.parse() didn't handle target parser result.
* Potential threading problem in XInclude.
* Crash in Element class lookup classes when the __init__() method of the
super class is not called from Python subclasses.
Other changes
* Non-ASCII characters in attribute values are no longer escaped on
serialisation.
More information about the lxml-dev
mailing list