diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-17 22:25:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-17 22:25:11 (GMT) |
commit | 154d909993807105f1d18b088eb9783aad432d03 (patch) | |
tree | 2e46965ba559edab29da9d01b14fa7762adff3ab /Doc/lib/libposixpath.tex | |
parent | 5744d2ae90e4e1cd8e6ec203e61cfec73c215b0a (diff) | |
download | cpython-154d909993807105f1d18b088eb9783aad432d03.zip cpython-154d909993807105f1d18b088eb9783aad432d03.tar.gz cpython-154d909993807105f1d18b088eb9783aad432d03.tar.bz2 |
Note that abspath() was added in 1.5.2.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r-- | Doc/lib/libposixpath.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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} |