[Python-checkins] r67574 - python/trunk/Doc/library/os.rst

georg.brandl python-checkins at python.org
Fri Dec 5 10:25:32 CET 2008


Author: georg.brandl
Date: Fri Dec  5 10:25:32 2008
New Revision: 67574

Log:
#4441 followup: Add link to open() docs for Windows.


Modified:
   python/trunk/Doc/library/os.rst

Modified: python/trunk/Doc/library/os.rst
==============================================================================
--- python/trunk/Doc/library/os.rst	(original)
+++ python/trunk/Doc/library/os.rst	Fri Dec  5 10:25:32 2008
@@ -684,8 +684,8 @@
 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


More information about the Python-checkins mailing list