[Python-Dev] Adding 'lexists()' to os.path
Johannes Gijsbers
jlgijsbers at planet.nl
Mon Aug 30 12:23:53 CEST 2004
> Looks like you already got the go-ahead. Just make sure with any API
> changes/additions to os.path, that there are many individual *path
> modules that need to be updated -- if a platform doesn't support
> symlinks, lexists() should probably just be an alias for exists().
>
> posixpath.py, ntpath.py, macpath.py, os2emxpath.py.
Yes, cben's patch takes cares of that. I've checked it in just now.
Johannes
More information about the Python-Dev
mailing list