[lxml-dev] lxml 2.1.1 and 2.0.8 released

Stefan Behnel stefan_ml at behnel.de
Thu Jul 24 09:40:30 CEST 2008


Hi all,

I just released new bug-fix versions of the 2.1 and 2.0 series to PyPI. They
mainly fix a crash bug in the XSLT code. Changelog follows as usual.

Have fun,
Stefan



2.1.1 (2008-07-24)
Bugs fixed

    * Crash when parsing XSLT stylesheets in a thread and using them in
      another.
    * Encoding problem when including text with ElementInclude under Python 3.


2.0.8 (2008-07-24)
Features added

    * lxml.html.rewrite_links() strips links to work around documents with
      whitespace in URL attributes. (backport from 2.1)

Bugs fixed

    * Crash when parsing XSLT stylesheets in a thread and using them in
      another.
    * CSS selector parser dropped remaining expression after a function with
      parameters.



More information about the lxml-dev mailing list