Hi all, I just released the second beta of lxml 3.3.0, containing some major bug fixes. Please give it all the testing you can afford, especially for the new iterparse() code. The documentation is here: http://lxml.de/ Download: http://lxml.de/files/lxml-3.3.0beta2.tgz Signature: http://lxml.de/files/lxml-3.3.0beta2.tgz.asc Changelog: http://lxml.de/3.3/changes-3.3.0beta2.html Github: https://github.com/lxml/lxml/commit/81d0036486d4ce81bdd86774ea95d002fdd6d0e1 This release was built using Cython 0.19.2. If you are interested in commercial support or customisations for the lxml package, please contact me directly. Have fun, Stefan 3.3.0beta2 (2013-12-20) ======================= Features added -------------- * ``iterparse()`` supports the ``recover`` option. Bugs fixed ---------- * Crash in ``iterparse()`` for HTML parsing. * Crash in target parsing with attributes. Other changes ------------- * The safety check in the read-only tree implementation (e.g. used by ``PythonElementClassLookup``) raises a more appropriate ``ReferenceError`` for illegal access after tree disposal instead of an ``AssertionError``. This should only impact test code that specifically checks the original behaviour.
participants (1)
-
Stefan Behnel