[Python-checkins] r42924 - python/branches/release24-maint/Doc/lib/libposixpath.tex

georg.brandl python-checkins at python.org
Wed Mar 8 21:59:12 CET 2006


Author: georg.brandl
Date: Wed Mar  8 21:59:12 2006
New Revision: 42924

Modified:
   python/branches/release24-maint/Doc/lib/libposixpath.tex
Log:
Bug #1445901: os.path.realpath() is available on Win/Mac too.
 (backport from rev. 42923)

Modified: python/branches/release24-maint/Doc/lib/libposixpath.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libposixpath.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libposixpath.tex	Wed Mar  8 21:59:12 2006
@@ -175,8 +175,8 @@
 
 \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}
 


More information about the Python-checkins mailing list