]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
authorGeorg Brandl <georg@python.org>
Fri, 3 Jun 2005 14:28:50 +0000 (14:28 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 3 Jun 2005 14:28:50 +0000 (14:28 +0000)
commit268e61cf7458d85d2e100480635390ebd480088f
tree62c42ea1bbe7be196808c7239d861f4a27075df8
parent56616999950e151bed766a076e6a6b10f3492f8c
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
component of the path.
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS