Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.3.3-1.fc17.x86_64
[666 KiB] |
Changelog
by Jeffrey C. Ollie (2012-01-05):
- 2.3.3 (2012-01-04)
- Features added
-
- * lxml.html.tostring() gained new serialisation options with_tail and
- doctype.
-
- Bugs fixed
-
- * Fixed a crash when using iterparse() for HTML parsing and requesting
- start events.
- * Fixed parsing of more selectors in cssselect. Whitespace before pseudo-
- elements and pseudo-classes is significant as it is a descendant
- combinator. "E :pseudo" should parse the same as "E *:pseudo", not
- "E:pseudo". Patch by Simon Sapin.
- * lxml.html.diff no longer raises an exception when hitting 'img' tags
- without 'src' attribute.
|