mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Note that abspath() was added in 1.5.2.
This commit is contained in:
parent
5744d2ae90
commit
154d909993
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ This module implements some useful functions on pathnames.
|
|||
Return a normalized absolutized version of the pathname \var{path}.
|
||||
On most platforms, this is equivalent to
|
||||
\code{normpath(join(os.getcwd()), \var{path})}.
|
||||
\versionadded{1.5.2}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{basename}{path}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue