[lxml-dev] lxml 2.0.2 released

Hi all, lxml 2.0.2 is up on PyPI. This is a bug fix release for the stable 2.0 series. Changelog follows below. Have fun, Stefan 2.0.2 (2008-02-22) ================== Features added -------------- * Support passing ``base_url`` to file parser functions to override the filename of the file(-like) object. Bugs fixed ---------- * The prefix for objectify's pytype namespace was missing from the set of default prefixes. * Memory leak in Schematron (fixed only for libxml2 2.6.31+). * Error type names in RelaxNG were reported incorrectly. * Slice deletion bug fixed in objectify. Other changes ------------- * Enabled doctests for some Python modules (especially ``lxml.html``). * Add a ``method`` argument to ``lxml.html.tostring()`` (``method="xml"`` for XHTML output). * Make it clearer that methods like ``lxml.html.fromstring()`` take a ``base_url`` argument.
participants (1)
-
Stefan Behnel