lxml 3.2.4 released
Hi everyone, I released lxml 3.2.4 as a bug-fix release for the stable 3.2 release series. This release fixes a memory leak in XPath when using threads, so upgrading is recommended for threaded environments. You can get it from PyPI: http://pypi.python.org/pypi/lxml/3.2.4 The documentation is here: http://lxml.de/ Download: http://lxml.de/files/lxml-3.2.4.tgz Signature: http://lxml.de/files/lxml-3.2.4.tgz.asc Changelog: http://lxml.de/3.2/changes-3.2.4.html GitHub: https://github.com/lxml/lxml/commit/f07ca33d53618d96c5752b2e35e3464c5bdc2a58 This release was built using Cython 0.19.2. Note that the build no longer uses Cython, even if it is installed. Recompilation of the sources has to be requested explicitly with the setup.py option "--with-cython". If you are interested in commercial support or customisations for the lxml package, please contact me directly. Have fun, Stefan 3.2.4 (2013-11-07) ================== Bugs fixed ---------- * Memory leak when creating an XPath evaluator in a thread. * LP#1228881: ``repr(XSLTAccessControl)`` failed in Python 3. * Raise ``ValueError`` when trying to append an Element to itself or to one of its own descendants. * LP#1206077: htmldiff discarded whitespace from the output. * Compressed plain-text serialisation to file-like objects was broken.
participants (1)
-
Stefan Behnel