summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-08 20:59:09 +0000
committerGeorg Brandl <georg@python.org>2006-03-08 20:59:09 +0000
commitddb73febef89686e90476332f2f15c336098bb26 (patch)
tree7b5a319378c7b1a7a48b98aeefb37024eb002380 /Doc
parent200af39722b36b9c8899e21aab54ae30cf0a878b (diff)
downloadcpython-git-ddb73febef89686e90476332f2f15c336098bb26.tar.gz
Bug #1445901: os.path.realpath() is available on Win/Mac too.
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 190cf07dc1..cea963e69a 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}