mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
This commit is contained in:
parent
7726dc0a8e
commit
5ff1492720
3 changed files with 14 additions and 1 deletions
|
@ -594,7 +594,9 @@ its \method{write()} method.
|
|||
|
||||
|
||||
The following data items are available for use in constructing the
|
||||
\var{flags} parameter to the \function{open()} function.
|
||||
\var{flags} parameter to the \function{open()} function. Some items will
|
||||
not be available on all platforms. For descriptions of their availability
|
||||
and use, consult \manpage{open}{2}.
|
||||
|
||||
\begin{datadesc}{O_RDONLY}
|
||||
\dataline{O_WRONLY}
|
||||
|
@ -614,6 +616,8 @@ Availability: Macintosh, \UNIX, Windows.
|
|||
\dataline{O_NDELAY}
|
||||
\dataline{O_NONBLOCK}
|
||||
\dataline{O_NOCTTY}
|
||||
\dataline{O_SHLOCK}
|
||||
\dataline{O_EXLOCK}
|
||||
More options for the \var{flag} argument to the \function{open()} function.
|
||||
Availability: Macintosh, \UNIX.
|
||||
\end{datadesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue