Files
cpython/Doc/lib
Guido van Rossum 83eeef4b06 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
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'
2001-09-17 15:16:09 +00:00
..
2001-09-11 16:59:42 +00:00
2001-08-27 20:02:17 +00:00
2001-03-29 22:22:23 +00:00
2001-07-20 11:04:19 +00:00
2001-09-05 19:27:13 +00:00
2001-08-14 11:42:13 +00:00
2001-06-25 15:30:13 +00:00
2001-06-23 16:26:44 +00:00