Don't use 'false'; use '0'.

This commit is contained in:
Guido van Rossum 1996-08-08 18:32:15 +00:00
parent 5468a7b76b
commit 0523d63a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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?