]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first
authorGeorg Brandl <georg@python.org>
Fri, 3 Jun 2005 14:31:55 +0000 (14:31 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 3 Jun 2005 14:31:55 +0000 (14:31 +0000)
commitbab518b5afe7aacc21466e575e54b1f6254aa4f8
tree380946598b2a09809cfc10559e4ed3c39950d10c
parentd855c5888e3e3e2c22b8773c5743d5a689274eac
Backport 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