[lxml-dev] 0.9.1 - bug fix release
Hello everyone, I just released 0.9.1, mainly as a bug fix release. Cheeseshop has the source: http://cheeseshop.python.org/pypi/lxml Features added: * lxml.sax.ElementTreeContentHandler checks closing elements and raises SaxError on mismatch * lxml.sax.ElementTreeContentHandler now supports namespace-less SAX events (startElement, endElement) and defaults to empty attributes (keyword argument) * zip_safe flag allows setuptools to install lxml as zipped egg * Speedup for repeatedly accessing element tag names * Minor API performance improvements Bugs fixed: * Memory deallocation bug: crash when using XSLT output method "html" * sax.py was handling UTF-8 encoded tag names where it shouldn't * lxml.tests package will no longer be installed (is still in source tar) Martijn and I were very happy with the eggs we received for 0.9, so we kindly hope for a similarly overwhelming response to 0.9.1. :) Have fun, Stefan
Stefan Behnel wrote: [snip]
Martijn and I were very happy with the eggs we received for 0.9, so we kindly hope for a similarly overwhelming response to 0.9.1. :)
So far so good; I looked at a nicely overwhelming list of things at the 0.9.1 already today. I've just uploaded 32 bit linux eggs for both Python 2.3 and Python 2.4. I've also updated the website so it has the new release information on it as well. Regards, Martijn
participants (2)
-
Martijn Faassen
-
Stefan Behnel