Commit 0954ac1b authored by Vinay Sajip's avatar Vinay Sajip

Issue #23105: Updated documentation on open() flag constants.

parent 8f7d36ba
...@@ -883,7 +883,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -883,7 +883,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_EXCL O_EXCL
O_TRUNC O_TRUNC
These constants are available on Unix and Windows. The above constants are available on Unix and Windows.
.. data:: O_DSYNC .. data:: O_DSYNC
...@@ -892,10 +892,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -892,10 +892,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_NDELAY O_NDELAY
O_NONBLOCK O_NONBLOCK
O_NOCTTY O_NOCTTY
O_SHLOCK
O_EXLOCK
These constants are only available on Unix. The above constants are only available on Unix.
.. data:: O_BINARY .. data:: O_BINARY
...@@ -906,7 +904,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -906,7 +904,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_SEQUENTIAL O_SEQUENTIAL
O_TEXT O_TEXT
These constants are only available on Windows. The above constants are only available on Windows.
.. data:: O_ASYNC .. data:: O_ASYNC
...@@ -914,9 +912,11 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -914,9 +912,11 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
O_DIRECTORY O_DIRECTORY
O_NOFOLLOW O_NOFOLLOW
O_NOATIME O_NOATIME
O_SHLOCK
O_EXLOCK
These 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
the C library. defined by the C library.
.. _os-file-dir: .. _os-file-dir:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment