mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Don't use 'false'; use '0'.
This commit is contained in:
parent
5468a7b76b
commit
0523d63a5c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def commonprefix(m):
|
|||
# This will always return false on systems where posix.lstat doesn't exist.
|
||||
|
||||
def islink(path):
|
||||
return false
|
||||
return 0
|
||||
|
||||
|
||||
# Does a path exist?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue