1. 10 Eki, 2001 1 kayıt (commit)
  2. 17 Eyl, 2001 1 kayıt (commit)
    • 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
  3. 20 Tem, 2001 1 kayıt (commit)
  4. 02 Tem, 2001 1 kayıt (commit)
  5. 10 Nis, 2001 1 kayıt (commit)
  6. 07 Mar, 2001 2 kayıt (commit)
  7. 02 Mar, 2001 1 kayıt (commit)