mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
#18705: merge with 3.3.
This commit is contained in:
commit
9a3777e525
26 changed files with 49 additions and 49 deletions
|
@ -23,7 +23,7 @@ def exists(path):
|
|||
|
||||
|
||||
# This follows symbolic links, so both islink() and isdir() can be true
|
||||
# for the same path ono systems that support symlinks
|
||||
# for the same path on systems that support symlinks
|
||||
def isfile(path):
|
||||
"""Test whether a path is a regular file"""
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue