]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#4441 followup: Add link to open() docs for Windows.
authorGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:25:32 +0000 (09:25 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:25:32 +0000 (09:25 +0000)
Doc/library/os.rst

index 6136e416e7c21e5e17561708e29c319f47a5c764..8111fa3a019925419fa45c36296eebbbf2e3ebc6 100644 (file)
@@ -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