You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.2.1
FIX: More descriptive exceptions. Exceptions will also now mention position in the pattern that is problematic.
FIX: filter ignores NavigableString objects in normal iterables and Tag iterables. Basically, it filters all Beautiful Soup document parts regardless of iterable type where as it used to only filter out a NavigableString in a Tag object. This is viewed as fixing an inconsistency.
FIX: DEBUG flag has been added to help with debugging CSS selector parsing. This is mainly for development.
FIX: If forced to search for language in meta tag, and no language is found, cache that there is no language in the meta tag to prevent searching again during the current select.
FIX: If a non BeautifulSoup/Tag object is given to the API to compare against, raise a TypeError.