-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
URLLib Join Behaviour #131814
Copy link
Copy link
Closed as not planned
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Bug report
Bug description:
This bug proposes that
should resolve to
https://example.com/thing/v1rather than the current behaviour which resolves tohttps://example.com/v1without warning. I believe the relevant code is here. This would also resolve some of the concerns in #96015.CPython versions tested on:
3.11
Operating systems tested on:
macOS
Linked PRs