lxml 3.1.1 released
Hi everyone, I just released lxml 3.1.1. This is a pure bug-fix release for the stable 3.1 series. You can get it from PyPI: http://pypi.python.org/pypi/lxml/3.1.1 The documentation is here: http://lxml.de/ Download: http://lxml.de/files/lxml-3.1.1.tgz Signature: http://lxml.de/files/lxml-3.1.1.tgz.asc GitHub: https://github.com/lxml/lxml/commit/98c8562f7d659b49997c136947afdf6bf835d5ab This release was built using Cython 0.18. 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.1.1 (2013-03-29) ================== Features added -------------- Bugs fixed ---------- * LP#1160386: Write access to ``lxml.html.FormElement.fields`` raised an AttributeError in Py3. * Illegal memory access during cleanup in incremental xmlfile writer. Other changes ------------- * The externally useless class ``lxml.etree._BaseParser`` was removed from the module dict.
participants (1)
-
Stefan Behnel