mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Once upon a time, I put together a little function
that tries to find the canonical filename for a given
pathname on POSIX. I've finally gotten around to
turning it into a proper patch with documentation.
On non-POSIX, I made it an alias for 'abspath', as
that's the behavior on POSIX when no symlinks are
encountered in the path.
Example:
>>> os.path.realpath('/usr/bin/X11/X')
'/usr/X11R6/bin/X'
|
||
|---|---|---|
| .. | ||
| riscosenviron.py | ||
| riscospath.py | ||
| rourl2path.py | ||