summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-03 05:13:46 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-03 05:13:46 (GMT)
commit92ff693eb1a967643c650366abe032aee5164945 (patch)
tree17631453128ace9edc46adcc60979f87aadf8e0a /Doc/lib/libos.tex
parent708e51a6b1e995ddfe9e15947dc02e4078c6d01a (diff)
downloadcpython-92ff693eb1a967643c650366abe032aee5164945.zip
cpython-92ff693eb1a967643c650366abe032aee5164945.tar.gz
cpython-92ff693eb1a967643c650366abe032aee5164945.tar.bz2
Fix SF bug #991735, os.access reports true for read-only directories. Will backport
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 2fbecfa..3662a46 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -692,6 +692,11 @@ Availability: Macintosh, \UNIX, Windows.
open a file before actually doing so using \function{open()} creates a
security hole, because the user might exploit the short time interval
between checking and opening the file to manipulate it.}
+
+\note{I/O operations may fail even when \function{access()}
+indicates that they would succeed, particularly for operations
+on network filesystems which may have permissions semantics
+beyond the usual \POSIX{} permission-bit model.}
\end{funcdesc}
\begin{datadesc}{F_OK}