Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5ee406

Browse files
committed
Closes #23105: Merged update from 3.5.
2 parents b569086 + e4946e7 commit d5ee406

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/os.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
948948
O_EXCL
949949
O_TRUNC
950950

951-
These constants are available on Unix and Windows.
951+
The above constants are available on Unix and Windows.
952952

953953

954954
.. data:: O_DSYNC
@@ -957,11 +957,9 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
957957
O_NDELAY
958958
O_NONBLOCK
959959
O_NOCTTY
960-
O_SHLOCK
961-
O_EXLOCK
962960
O_CLOEXEC
963961

964-
These constants are only available on Unix.
962+
The above constants are only available on Unix.
965963

966964
.. versionchanged:: 3.3
967965
Add :data:`O_CLOEXEC` constant.
@@ -974,7 +972,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
974972
O_SEQUENTIAL
975973
O_TEXT
976974

977-
These constants are only available on Windows.
975+
The above constants are only available on Windows.
978976

979977

980978
.. data:: O_ASYNC
@@ -984,8 +982,10 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo
984982
O_NOATIME
985983
O_PATH
986984
O_TMPFILE
985+
O_SHLOCK
986+
O_EXLOCK
987987

988-
These constants are GNU extensions and not present if they are not defined by
988+
The above constants are extensions and not present if they are not defined by
989989
the C library.
990990

991991
.. versionchanged:: 3.4

0 commit comments

Comments
 (0)