summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-08 20:59:12 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-08 20:59:12 (GMT)
commitea901a1f3833b8b9ce89c1ac8225fa312320e002 (patch)
tree8b35385dd182784029e62da74b986eedbb86344d /Doc
parent865ddfb7c5ae64626cb30d011e77d32f12f55a8e (diff)
downloadcpython-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.tex4
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}