Kaydet (Commit) ddb73feb authored tarafından Georg Brandl's avatar Georg Brandl

Bug #1445901: os.path.realpath() is available on Win/Mac too.

üst 200af397
...@@ -175,8 +175,8 @@ change the meaning of the path if it contains symbolic links! ...@@ -175,8 +175,8 @@ change the meaning of the path if it contains symbolic links!
\begin{funcdesc}{realpath}{path} \begin{funcdesc}{realpath}{path}
Return the canonical path of the specified filename, eliminating any Return the canonical path of the specified filename, eliminating any
symbolic links encountered in the path. symbolic links encountered in the path (if they are supported by the
Availability: \UNIX. operating system).
\versionadded{2.2} \versionadded{2.2}
\end{funcdesc} \end{funcdesc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment