commit | 154d909993807105f1d18b088eb9783aad432d03 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Mar 17 22:25:11 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Mar 17 22:25:11 1999 +0000 |
tree | 2e46965ba559edab29da9d01b14fa7762adff3ab | |
parent | 5744d2ae90e4e1cd8e6ec203e61cfec73c215b0a [diff] [blame] |
Note that abspath() was added in 1.5.2.
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index bf843d1..50ea3bb 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex
@@ -12,6 +12,7 @@ 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}