]> granicus.if.org Git - python/commitdiff
reference the os module and the lock flags in the os.open() function.
authorSkip Montanaro <skip@pobox.com>
Wed, 15 Jan 2003 21:08:19 +0000 (21:08 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 15 Jan 2003 21:08:19 +0000 (21:08 +0000)
(Someone please review what I wrote for accuracy.)

Doc/lib/libfcntl.tex

index 33a5893014ed9e63f0b9adef3298f2017946a3e1..645a97ef2edb53f3798706195ed862608ad87886 100644 (file)
@@ -118,3 +118,11 @@ hold an integer value; in the second example it will hold a string
 value.  The structure lay-out for the \var{lockdata} variable is
 system dependent --- therefore using the \function{flock()} call may be
 better.
+
+\begin{seealso}
+  \seemodule{os}{The \function{os.open} function supports locking flags
+                 and is available on a wider variety of platforms than 
+                the \function{fcntl.lockf} and \function{fcntl.flock}
+                functions, providing a more platform-independent file
+                locking facility.}
+\end{seealso}