Commit 1804dc3c authored by Guido van Rossum's avatar Guido van Rossum

Document abspath() (implementation is forthcoming).

parent f339632d
......@@ -11,6 +11,12 @@ module \module{os}\refstmodindex{os} and use \code{os.path}.
\index{path!operations}
\begin{funcdesc}{abspath}{p}
Return a normalized absolutized version of the pathname \var{p}. On
most platforms, this is equivalent to
\code{normpath(join(os.getcwd()), \var{p})}.
\end{funcdesc}
\begin{funcdesc}{basename}{p}
Return the base name of pathname
\var{p}.
......
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