mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Bug #1445901: os.path.realpath() is available on Win/Mac too.
This commit is contained in:
parent
200af39722
commit
ddb73febef
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue