[Python-Dev] Adding 'lexists()' to os.path (original) (raw)
Johannes Gijsbers jlgijsbers at planet.nl
Mon Aug 30 12:23:53 CEST 2004
- Previous message: [Python-Dev] Adding 'lexists()' to os.path
- Next message: [Python-Dev] PEP 318: Can't we all just get along?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Adding 'lexists()' to os.path
- Next message: [Python-Dev] PEP 318: Can't we all just get along?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]