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

upath._flavour: fix path parsing for HttpPath on Python3.12 #236

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

ap--
Copy link
Collaborator

@ap-- ap-- commented Jul 21, 2024

Closes #233

Error occurred due to change in urllib.parse.SplitResult behavior.

See: python/cpython#113563 for reference.

This PR checks for the behavior change, to support Python versions 3.8 ... 3.11 (once they all receive the backport from 3.12)

@ap-- ap-- self-assigned this Jul 21, 2024
@ap-- ap-- merged commit 07a4583 into fsspec:main Jul 21, 2024
19 checks passed
This pull request was closed.
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.

Investigate python3.12 http fs path parsing errors
1 participant