Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honor private domains flag on self, not only when passed to __call__ #289

Merged
merged 2 commits into from
May 20, 2023

Conversation

john-kurkowski
Copy link
Owner

@john-kurkowski john-kurkowski commented May 20, 2023

While this flag check is still in the property _PublicSuffixListTLDExtractor.tlds, the check was effectively lost in #285, when we switched away from the property.

Fixes #288.

@john-kurkowski john-kurkowski merged commit 36b9049 into master May 20, 2023
@john-kurkowski john-kurkowski deleted the private-flag-call branch May 20, 2023 00:29
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request May 21, 2023
https://build.opensuse.org/request/show/1088132
by user mia + dimstar_suse
- Update to 3.4.4:
Bugfixes
  * Honor private domains flag on self, not only when passed to
    __call__
    #gh/john-kurkowski/tldextract#289
- Changes in 3.4.3:
Bugfixes
  * Speed up 10-15% over all inputs
  * Refactor suffix_index() to use a trie
    #gh/john-kurkowski/tldextract#285
Docs
  * Adopt PEP257 doc style
- Changes in 3.4.2:
Bugfixes
  * Speed up 10-40% on "average" inputs, and even more on
    pathological inputs, like long subdomains
  * Optimize suffix_index(): search from right to left
    #gh/john-kurkowski/tldextract#283
  * Optimize netloc extraction: switch from regex to if/else
    #gh/john-kurkowski/tldextract#284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suffix detection broken for private uk.com suffix in version 3.4.3
1 participant