From 154d909993807105f1d18b088eb9783aad432d03 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Mar 1999 22:25:11 +0000 Subject: Note that abspath() was added in 1.5.2. --- Doc/lib/libposixpath.tex | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v0.12