diff --git a/os.path/os/path.py b/os.path/os/path.py index e91e17d9..aacd3277 100644 --- a/os.path/os/path.py +++ b/os.path/os/path.py @@ -24,3 +24,6 @@ def split(path): def exists(path): return os.access(path, os.F_OK) + +# TODO +lexists = exists