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

gh-100519: simplification to eff_request_host in cookiejar.py #99588

Merged
merged 4 commits into from
Dec 25, 2022

Commits on Jan 29, 2022

  1. small simplification to eff_request_host in cookiejar.py

    `IPV4_RE` includes a `.`, and the `.find(".") == -1` included here is already testing to make sure there's no dot, so this part of the expression is tautological. Instead use more modern `in` syntax to make it clear what the check is doing here
    glyph authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    33c0ea6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    51d53dc View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. news

    hauntsaninja committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    a431fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1506dd View commit details
    Browse the repository at this point in the history