Experimental-cssselect

Latest version: v0.3

Safety actively analyzes 620872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3

--------------

* Fix bug with ignorable spaces between css selector groups. This caused
extremely slow Diazo execution times.

0.2

--------------

* Make ``:contains()`` case sensitive for simplicity and speed.

* Update to lxml master to fix problems with ignorable spaces in selectors.

0.1

--------------

* In lxml.cssselect, use the xpath 'A//B' (short for
'A/descendant-or-self::node()/B') instead of 'A/descendant::B' for the css
descendant selector ('A B'). This makes a few edge cases to be consistent
with the selector behavior in WebKit and Firefox, and makes more css
expressions valid location paths (for use in xsl:template match).

* Fork from lxml 2.3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.