[lxml-dev] lxml 2.2.1 released
Stefan Behnel
stefan_ml at behnel.de
Tue Jun 2 22:13:13 CEST 2009
Hi all,
I just pushed lxml 2.2.1 to PyPI as a minor maintenance release.
Changelog follows below.
This release was built with Cython 0.11.2.
Have fun,
Stefan
2.2.1 (2009-06-02)
Features added
* Injecting default attributes into a document during XML Schema
validation (also at parse time).
* Pass huge_tree parser option to disable parser security restrictions
imposed by libxml2 2.7.
Bugs fixed
* The script for statically building libxml2 and libxslt didn't work
in Py3.
* XMLSchema() also passes invalid schema documents on to libxml2 for
parsing (which could lead to a crash before release 2.6.24).
More information about the lxml-dev
mailing list