]> granicus.if.org Git - python/commitdiff
Don't use 'false'; use '0'.
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:32:15 +0000 (18:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 1996 18:32:15 +0000 (18:32 +0000)
Lib/ntpath.py

index 1109d448117d4b595eb195c99f93b276b2a00cb5..053092a2343fc525cffc8bcacdf4539786083a24 100644 (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?