-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
urljoin() undocumented behavior change in Python 3.14. #125926
Comments
I'm assuming this is bug fixed by #123273. |
Sorry, I meant this might be caused by it. |
I can bisect and confirm (or not) during the weekend. |
Yes, git bisect points to fc897fc from #123273.
|
…ed authority Although this goes beyond the application of RFC 3986, urljoin() should support relative base URIs for backward compatibility.
…ed authority Although this goes beyond the application of RFC 3986, urljoin() should support relative base URIs for backward compatibility.
|
…ed authority Although this goes beyond the application of RFC 3986, urljoin() should support relative base URIs for backward compatibility.
Bug report
Bug description:
Django is tested with the earliest alpha versions. We noticed a behavior change in the
urllib.parse.urljoin()
that is used in a few places in Django, e.g. for staticfiles or build-in storages.Python 3.14.0a1:
Python 3.13 and earlier:
Is this an intentional change?
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: