-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support paths relative to directory descriptors #206
Labels
Comments
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Jun 15, 2017
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Jun 15, 2017
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Jun 15, 2017
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Jun 16, 2017
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Jun 17, 2017
mrbean-bremen
added a commit
that referenced
this issue
Jun 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quite a few
os
functions support the keyword argumentdir_fd
since Python 3.3. This allows to specify the path relative to the open directory, for which the descriptor is given.For implementation, the value of
os.supports_dir_fd
has to be considered.Needed for #194 in
os.stat
.The text was updated successfully, but these errors were encountered: