Opened 7 years ago

Closed 6 years ago

#9924 closed enhancement (fixed)

lxml-4.1.0 (Python module)

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by bdubbs@…, 6 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 6 years ago

4.1.0 (2017-10-13)

Features added

  • ElementPath supports text predicates for current node, like "[.='text']".
  • ElementPath allows spaces in predicates.
  • Custom Element classes and XPath functions can now be registered with a decorator rather than explicit dict assignments.
  • Static Linux wheels are now built with link time optimisation (LTO) enabled. This should have a beneficial impact on the overall performance by providing a tighter compiler integration between lxml and libxml2/libxslt.

Bugs fixed

  • LP#1722776: Requesting non-Element objects like comments from a document with PythonElementClassLookup could fail with a TypeError.

comment:3 by bdubbs@…, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19424.

Note: See TracTickets for help on using tickets.