-
Notifications
You must be signed in to change notification settings - Fork 92
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
Behavior difference for os.path.split #632
Labels
Comments
Thanks - no, that is not intentional. |
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Sep 1, 2021
- affects os.path.split, os.path.splitdrive and glob.glob - fixes pytest-dev#632
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Sep 1, 2021
- affects os.path.split(), os.path.splitdrive() and glob.glob() - fixes pytest-dev#632
mrbean-bremen
added a commit
that referenced
this issue
Sep 1, 2021
- affects os.path.split(), os.path.splitdrive() and glob.glob() - fixes #632
Shall be fixed in master now, please check! |
github-actions bot
pushed a commit
that referenced
this issue
Sep 1, 2021
…cts os.path.split(), os.path.splitdrive() and glob.glob() - fixes #632
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On windows, the function python version of
os.path.split
does not convert path separators, while the pyfakefs version does. Is this intentional or is this a bug?How To Reproduce
Your environment
The text was updated successfully, but these errors were encountered: