mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Partial introduction of bools where appropriate.
This commit is contained in:
parent
b8bff3f4a9
commit
8ca162f417
18 changed files with 96 additions and 94 deletions
|
|
@ -141,7 +141,7 @@ def islink(path):
|
|||
"""Is a path a symbolic link?
|
||||
This will always return false on systems where posix.lstat doesn't exist."""
|
||||
|
||||
return 0
|
||||
return False
|
||||
|
||||
|
||||
def exists(path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue