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

[3.6] bpo-15221: Update os.path.is*() documentation (GH-5185) #5186

Merged
merged 1 commit into from
Jan 15, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 15, 2018

os.path.is*() can return False if the file can't be accessed.
The behaviour is documented in details in os.path.exists().
Link to os.path.exists() from os.path.is*().
(cherry picked from commit b3dd18d)

https://bugs.python.org/issue15221

`os.path.is*()` can return False if the file can't be accessed.
The behaviour is documented in details in `os.path.exists()`.
Link to `os.path.exists()` from `os.path.is*()`.
(cherry picked from commit b3dd18d)
@miss-islington
Copy link
Contributor Author

@csabella and @Mariatta: Backport status check is done, and it's a success ✅ .

@Mariatta Mariatta merged commit bb80645 into python:3.6 Jan 15, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @Mariatta!

@miss-islington miss-islington deleted the backport-b3dd18d-3.6 branch January 15, 2018 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants