Bug #1445901: os.path.realpath() is available on Win/Mac too.
authorGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 20:59:09 +0000 (20:59 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 20:59:09 +0000 (20:59 +0000)
Doc/lib/libposixpath.tex

index 190cf07dc143d4edcbc387d64bdf8e65337da4a0..cea963e69ae3fd861494972b35acfd2ed79ec62c 100644 (file)
@@ -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}