diff options
author | Georg Brandl <georg@python.org> | 2006-03-08 20:59:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-08 20:59:12 (GMT) |
commit | ea901a1f3833b8b9ce89c1ac8225fa312320e002 (patch) | |
tree | 8b35385dd182784029e62da74b986eedbb86344d /Doc | |
parent | 865ddfb7c5ae64626cb30d011e77d32f12f55a8e (diff) | |
download | cpython-ea901a1f3833b8b9ce89c1ac8225fa312320e002.zip cpython-ea901a1f3833b8b9ce89c1ac8225fa312320e002.tar.gz cpython-ea901a1f3833b8b9ce89c1ac8225fa312320e002.tar.bz2 |
Bug #1445901: os.path.realpath() is available on Win/Mac too.
(backport from rev. 42923)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libposixpath.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 190cf07..cea963e 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -175,8 +175,8 @@ change the meaning of the path if it contains symbolic links! \begin{funcdesc}{realpath}{path} Return the canonical path of the specified filename, eliminating any -symbolic links encountered in the path. -Availability: \UNIX. +symbolic links encountered in the path (if they are supported by the +operating system). \versionadded{2.2} \end{funcdesc} |