mirror of
https://github.com/python/cpython.git
synced 2025-10-04 22:20:46 +00:00
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. ........
This commit is contained in:
parent
3aeda28b22
commit
0108ed362a
2 changed files with 2 additions and 2 deletions
|
@ -676,7 +676,7 @@ The following constants are options for the *flags* parameter to the
|
||||||
:func:`~os.open` function. They can be combined using the bitwise OR operator
|
: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
|
``|``. 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
|
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
|
.. data:: O_RDONLY
|
||||||
|
|
|
@ -33,7 +33,7 @@ contain control characters.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
`PList manual page <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/plist.5.html>`
|
`PList manual page <http://developer.apple.com/documentation/Darwin/Reference/ManPages/man5/plist.5.html>`_
|
||||||
Apple's documentation of the file format.
|
Apple's documentation of the file format.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue