From: Georg Brandl Date: Wed, 8 Mar 2006 20:59:09 +0000 (+0000) Subject: Bug #1445901: os.path.realpath() is available on Win/Mac too. X-Git-Tag: v2.5a0~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddb73febef89686e90476332f2f15c336098bb26;p=thirdparty%2FPython%2Fcpython.git Bug #1445901: os.path.realpath() is available on Win/Mac too. --- diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 190cf07dc143..cea963e69ae3 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}