Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0954ac1b
Commit
0954ac1b
authored
Sep 11, 2016
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #23105: Updated documentation on open() flag constants.
parent
8f7d36ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/library/os.rst
Doc/library/os.rst
+7
-7
No files found.
Doc/library/os.rst
View file @
0954ac1b
...
...
@@ -883,7 +883,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_EXCL
O_TRUNC
The
s
e constants are available on Unix and Windows.
The
abov
e constants are available on Unix and Windows.
.. data:: O_DSYNC
...
...
@@ -892,10 +892,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_NDELAY
O_NONBLOCK
O_NOCTTY
O_SHLOCK
O_EXLOCK
The
s
e constants are only available on Unix.
The
abov
e constants are only available on Unix.
.. data:: O_BINARY
...
...
@@ -906,7 +904,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_SEQUENTIAL
O_TEXT
The
s
e constants are only available on Windows.
The
abov
e constants are only available on Windows.
.. data:: O_ASYNC
...
...
@@ -914,9 +912,11 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_DIRECTORY
O_NOFOLLOW
O_NOATIME
O_SHLOCK
O_EXLOCK
The
se constants are GNU extensions and not present if they are not defined by
the C library.
The
above constants are extensions and not present if they are not
defined by
the C library.
.. _os-file-dir:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment