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

bpo-15221: Doc change to os.path.is*() methods to highlight os.path.exists() #5185

Merged
merged 1 commit into from Jan 15, 2018

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Jan 14, 2018

Provide link to os.path.exists() on the os.path.is*() methods for definition of existence.

https://bugs.python.org/issue15221

@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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)
@bedevere-bot
Copy link

GH-5186 is a backport of this pull request to the 3.6 branch.

Mariatta pushed a commit that referenced this pull request 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)
@csabella csabella deleted the bpo15221 branch January 15, 2018 10:22
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.

None yet

5 participants