summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-05 09:25:32 (GMT)
committerGeorg Brandl <georg@python.org>2008-12-05 09:25:32 (GMT)
commite70ff4bf0d1761773d7cc6842450d162f49cfe3a (patch)
tree59590b165e3427c750515745c795e29d83af3382
parenta07435d3e3dfee3e4d8998baa7fadbfaf46f764d (diff)
downloadcpython-e70ff4bf0d1761773d7cc6842450d162f49cfe3a.zip
cpython-e70ff4bf0d1761773d7cc6842450d162f49cfe3a.tar.gz
cpython-e70ff4bf0d1761773d7cc6842450d162f49cfe3a.tar.bz2
#4441 followup: Add link to open() docs for Windows.
-rw-r--r--Doc/library/os.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 6136e41..8111fa3 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -684,8 +684,8 @@ by file descriptors.
The following constants are options for the *flags* parameter to the
:func:`open` function. They can be combined using the bitwise OR operator
``|``. 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
-respective documentation for your operating system.
+their availability and use, consult the :manpage:`open(2)` manual page on Unix
+or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>` on Windows.
.. data:: O_RDONLY