Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-lxml - ElementTree-like Python bindings for libxml2 and libxslt
- Description:
lxml provides a Python binding to the libxslt and libxml2 libraries.
It follows the ElementTree API as much as possible in order to provide
a more Pythonic interface to libxml2 and libxslt than the default
bindings. In particular, lxml deals with Python Unicode strings
rather than encoded UTF-8 and handles memory management automatically,
unlike the default bindings.
Packages
python-lxml-2.1.5-1.fc10.i386
[2.2 MiB] |
Changelog
by Jeffrey C. Ollie (2009-01-06):
- 2.1.5 (2009-01-06)
- Bugs fixed
-
- * Potential memory leak on exception handling. This was due to a
- problem in Cython, not lxml itself.
- * Failing import on systems that have an io module.
|