Commit 3072a387 authored by Fred Drake's avatar Fred Drake

Note that abspath() was added in 1.5.2.

parent afa14e38
...@@ -12,6 +12,7 @@ This module implements some useful functions on pathnames. ...@@ -12,6 +12,7 @@ This module implements some useful functions on pathnames.
Return a normalized absolutized version of the pathname \var{path}. Return a normalized absolutized version of the pathname \var{path}.
On most platforms, this is equivalent to On most platforms, this is equivalent to
\code{normpath(join(os.getcwd()), \var{path})}. \code{normpath(join(os.getcwd()), \var{path})}.
\versionadded{1.5.2}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{basename}{path} \begin{funcdesc}{basename}{path}
......
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