]> granicus.if.org Git - python/commit
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Jan 2018 05:44:49 +0000 (21:44 -0800)
committerMariatta <Mariatta@users.noreply.github.com>
Mon, 15 Jan 2018 05:44:49 +0000 (21:44 -0800)
commitbb80645d06c16461b0b58d8983cd7fa6962ba3c6
treea00ddd1a11312e5577685050e4a7c14507719ecb
parentcf4cd4bccbf7c8931a3c6209457c6f7add4c7b5c
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)

`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 b3dd18d4035803b50c65a434955966d1b3b1f363)
Doc/library/os.path.rst