]> granicus.if.org Git - python/commit
bpo-15221: Update os.path.is*() documentation (GH-5185)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Mon, 15 Jan 2018 04:57:51 +0000 (23:57 -0500)
committerMariatta <Mariatta@users.noreply.github.com>
Mon, 15 Jan 2018 04:57:51 +0000 (20:57 -0800)
commitb3dd18d4035803b50c65a434955966d1b3b1f363
tree87169b8fe96d622c874a9737e80cff7e7a4f8abf
parent3329992e31bd0494a7d7312853f7ffd054737e27
bpo-15221: Update os.path.is*() documentation (GH-5185)

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