Commit 0523d63a authored by Guido van Rossum's avatar Guido van Rossum

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

parent 5468a7b7
...@@ -129,7 +129,7 @@ def commonprefix(m): ...@@ -129,7 +129,7 @@ def commonprefix(m):
# This will always return false on systems where posix.lstat doesn't exist. # This will always return false on systems where posix.lstat doesn't exist.
def islink(path): def islink(path):
return false return 0
# Does a path exist? # Does a path exist?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment