projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200af39
)
Bug #1445901: os.path.realpath() is available on Win/Mac too.
author
Georg Brandl
<georg@python.org>
Wed, 8 Mar 2006 20:59:09 +0000
(20:59 +0000)
committer
Georg Brandl
<georg@python.org>
Wed, 8 Mar 2006 20:59:09 +0000
(20:59 +0000)
Doc/lib/libposixpath.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libposixpath.tex
b/Doc/lib/libposixpath.tex
index 190cf07dc143d4edcbc387d64bdf8e65337da4a0..cea963e69ae3fd861494972b35acfd2ed79ec62c 100644
(file)
--- 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}