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

Decode bytes path to str for os.path.ismount #2222

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

heaths
Copy link

@heaths heaths commented Nov 30, 2022

Fixes #2221 on Windows

@heaths
Copy link
Author

heaths commented Dec 18, 2022

The fix was recently released in 3.11.1: https://docs.python.org/release/3.11.1/whatsnew/changelog.html#python-3-11-1

However, testing the unchanged source against 3.11.1 doesn't work as expected. This work around may still be needed.

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.

[Windows] AttributeError: 'bytes' object has no attribute 'casefold'
1 participant