mirror of https://github.com/python/cpython
#4441 followup: Add link to open() docs for Windows.
This commit is contained in:
parent
a07435d3e3
commit
e70ff4bf0d
|
@ -684,8 +684,8 @@ by file descriptors.
|
||||||
The following constants are options for the *flags* parameter to the
|
The following constants are options for the *flags* parameter to the
|
||||||
:func:`open` function. They can be combined using the bitwise OR operator
|
:func:`open` function. They can be combined using the bitwise OR operator
|
||||||
``|``. Some of them are not available on all platforms. For descriptions of
|
``|``. Some of them are not available on all platforms. For descriptions of
|
||||||
their availability and use, consult the :manpage:`open(2)` manual page or the
|
their availability and use, consult the :manpage:`open(2)` manual page on Unix
|
||||||
respective documentation for your operating system.
|
or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>` on Windows.
|
||||||
|
|
||||||
|
|
||||||
.. data:: O_RDONLY
|
.. data:: O_RDONLY
|
||||||
|
|
Loading…
Reference in New Issue