]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note that abspath() was added in 1.5.2.
authorFred Drake <fdrake@acm.org>
Wed, 17 Mar 1999 22:25:11 +0000 (22:25 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Mar 1999 22:25:11 +0000 (22:25 +0000)
Doc/lib/libposixpath.tex

index bf843d19cb177994749d156182866a668a02ff35..50ea3bb72fffd7c9e828a01a8e6920e4cd297a0e 100644 (file)
@@ -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}