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
2f81043f
Commit
2f81043f
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
210d6d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/library/os.rst
Doc/library/os.rst
+6
-6
No files found.
Doc/library/os.rst
View file @
2f81043f
...
@@ -908,7 +908,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
...
@@ -908,7 +908,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
O_EXCL
O_EXCL
O_TRUNC
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
.. data:: O_DSYNC
...
@@ -917,11 +917,9 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
...
@@ -917,11 +917,9 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
O_NDELAY
O_NDELAY
O_NONBLOCK
O_NONBLOCK
O_NOCTTY
O_NOCTTY
O_SHLOCK
O_EXLOCK
O_CLOEXEC
O_CLOEXEC
The
s
e constants are only available on Unix.
The
abov
e constants are only available on Unix.
.. versionchanged:: 3.3
.. versionchanged:: 3.3
Add :data:`O_CLOEXEC` constant.
Add :data:`O_CLOEXEC` constant.
...
@@ -934,7 +932,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
...
@@ -934,7 +932,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
O_SEQUENTIAL
O_SEQUENTIAL
O_TEXT
O_TEXT
The
s
e constants are only available on Windows.
The
abov
e constants are only available on Windows.
.. data:: O_ASYNC
.. data:: O_ASYNC
...
@@ -944,8 +942,10 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
...
@@ -944,8 +942,10 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
O_NOATIME
O_NOATIME
O_PATH
O_PATH
O_TMPFILE
O_TMPFILE
O_SHLOCK
O_EXLOCK
The
se constants are GNU
extensions and not present if they are not defined by
The
above constants are
extensions and not present if they are not defined by
the C library.
the C library.
.. versionchanged:: 3.4
.. versionchanged:: 3.4
...
...
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