diff --git a/Lib/dospath.py b/Lib/dospath.py index 73e6377b4f8..e003db149fb 100644 --- a/Lib/dospath.py +++ b/Lib/dospath.py @@ -134,7 +134,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?