[lxml-dev] lxml 2.0.10 and 2.1.3 released

Stefan Behnel stefan_ml at behnel.de
Mon Nov 17 22:30:57 CET 2008


Hi,

I just released lxml 2.0.10 and lxml 2.1.3. Both releases are pure bug-fix
releases for the stable 2.1 series and the mature 2.0 series. The ChangeLog
follows below.

As there appears to be a problem with PyPI's upload currently, you can get
them from the homepage for now:

http://codespeak.net/lxml/lxml-2.1.3.tgz
http://codespeak.net/lxml/2.0/lxml-2.0.10.tgz

Have fun,
Stefan


2.0.10 (2008-11-17)
Bugs fixed

    * Ref-count leaks when lxml enters a try-except statement while an
      outside exception lives in sys.exc_*(). This was due to a problem
      in Cython, not lxml itself.

2.1.3 (2008-11-17)
Bugs fixed

    * Ref-count leaks when lxml enters a try-except statement while an
      outside exception lives in sys.exc_*(). This was due to a problem
      in Cython, not lxml itself.
    * Parser Unicode decoding errors could get swallowed by other
      exceptions.
    * Name/import errors in some Python modules.
    * Internal DTD subsets that did not specify a system or public ID
      were not serialised and did not appear in the docinfo property
      of ElementTrees.
    * Fix a pre-Py3k warning when parsing from a gzip file in Py2.6.
    * Test suite fixes for libxml2 2.7.
    * Resolver.resolve_string() did not work for non-ASCII byte strings.
    * Resolver.resolve_file() was broken.
    * Overriding the parser encoding didn't work for many encodings.



More information about the lxml-dev mailing list