• Guido van Rossum's avatar
    SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: · 83eeef4b
    Guido van Rossum yazdı
       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'
    83eeef4b
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
lib Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
paper-letter Loading commit data...
perl Loading commit data...
ref Loading commit data...
templates Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
.cvsignore Loading commit data...
ACKS Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...