Hi all, I'm happy to announce the release of lxml 3.3.4. This is a bug-fix release for the stable lxml 3.3 series that adds one little feature: full line number support (beyond 65535) when using libxml2 2.9.x. The documentation is here: http://lxml.de/ Download: http://lxml.de/files/lxml-3.3.4.tgz Signature: http://lxml.de/files/lxml-3.3.4.tgz.asc Changelog: http://lxml.de/3.3/changes-3.3.4.html Github: https://github.com/lxml/lxml/commit/076efc798ee7eae048d9ee764f30e2980a7c870f This release was built using Cython 0.20.1. If you are interested in commercial support or customisations for the lxml package, please contact me directly. Have fun, Stefan 3.3.4 (2014-04-03) ================== Features added -------------- * Source line numbers above 65535 are available on Elements when using libxml2 2.9 or later. Bugs fixed ---------- * lxml.html.fragment_fromstring() failed for bytes input in Py3.
participants (1)
-
Stefan Behnel