]> granicus.if.org Git - python/commit
Fixes based on ideas from Christopher Smith:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 22 Apr 2002 13:55:43 +0000 (13:55 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 22 Apr 2002 13:55:43 +0000 (13:55 +0000)
commit992d58b770daa61b209fdc3545b5e962acfc735a
treec750ee72f56144b1be66f4ae92bffed45e5212af
parentc6d2a20bc62b1221363c18c6c4f1ba9b4d2b9f8c
Fixes based on ideas from Christopher Smith:
- islink() now returns true for alias files
- walk() no longer follows aliases while traversing
- realpath() implemented, returning an alias-free pathname.

As this could conceivably break existing code I think it isn't a bugfix candidate.
Lib/macpath.py