diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-28 16:14:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-28 16:14:18 (GMT) |
commit | bbf7a407e8756195cb3ec522ed631ee685d70bd5 (patch) | |
tree | 50ac2b83c5abab550a8c1f0fcba925f8e6ac9740 /Doc/lib/libposixpath.tex | |
parent | b387860c70a783599a4111180b0812fb72723608 (diff) | |
download | cpython-bbf7a407e8756195cb3ec522ed631ee685d70bd5.zip cpython-bbf7a407e8756195cb3ec522ed631ee685d70bd5.tar.gz cpython-bbf7a407e8756195cb3ec522ed631ee685d70bd5.tar.bz2 |
Added note about non-support of UNC paths on Windows.
This fixes SF bug #465447.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r-- | Doc/lib/libposixpath.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 9cd1a58..bc26ddd 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -7,6 +7,10 @@ This module implements some useful functions on pathnames. \index{path!operations} +\strong{Warning:} On Windows, many of these functions do not properly +support UNC pathnames. \function{splitunc()} and \function{ismount()} +do handle them correctly. + \begin{funcdesc}{abspath}{path} Return a normalized absolutized version of the pathname \var{path}. |