Skip to content

lxml-5.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 17:12
· 26 commits to master since this release
5.2.1 (2024-04-02)

==================

Bugs fixed
----------

* LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to
  "core2", but with SSE 4.2 enabled.

* LP#2059977: ``Element.iterfind("//absolute_path")`` failed with a ``SyntaxError``
  where it should have issued a warning.

* GH#416: The documentation build was using the non-standard ``which`` command.
  Patch by Michał Górny.