[Python-checkins] r74987 - in python/branches/release31-maint: Doc/library/os.rst

doug.hellmann python-checkins at python.org
Mon Sep 21 14:16:43 CEST 2009


Author: doug.hellmann
Date: Mon Sep 21 14:16:43 2009
New Revision: 74987

Log:
Merged revisions 74986 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74986 | doug.hellmann | 2009-09-20 16:56:56 -0400 (Sun, 20 Sep 2009) | 9 lines
  
  Merged revisions 74984 via svnmerge from 
  svn+ssh://pythondev@svn.python.org/python/trunk
  
  ........
    r74984 | doug.hellmann | 2009-09-20 16:44:13 -0400 (Sun, 20 Sep 2009) | 2 lines
    
    Fix markup for external links.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/os.rst

Modified: python/branches/release31-maint/Doc/library/os.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/os.rst	(original)
+++ python/branches/release31-maint/Doc/library/os.rst	Mon Sep 21 14:16:43 2009
@@ -589,7 +589,7 @@
 :func:`~os.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 on Unix
-or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>` on Windows.
+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