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-127090: Fix urllib.response.addinfourl.url value for opened file: URIs #127091

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. pythonGH-127090: Fix urllib.request.addinfourl.url for file: URIs

    The original `file:` URL that was passed to `urlopen()` is now used as the
    `url` attribute of the returned `addinfourl` object. The `addinfourl.url`
    attribute *always* reflects the original `file:`, `data:` or `ftp:` URL
    now.
    barneygale committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9c6c313 View commit details
    Browse the repository at this point in the history
  2. Fix news blurb

    barneygale committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ab171a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    1b490b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331bec6 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    barneygale committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    74f5a49 View commit details
    Browse the repository at this point in the history
  4. Test tweaks

    barneygale committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6d7cfdb View commit details
    Browse the repository at this point in the history