diff options
author | Charles-François Natali <neologix@free.fr> | 2011-05-22 18:42:32 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-05-22 18:42:32 (GMT) |
commit | 1e045b183104df770e232e756986bf301c87e9ce (patch) | |
tree | c32a523ffd41a155df1e3f2e8be2860970617ab0 /Doc/library/os.rst | |
parent | f738d33e5d5cfa19938003af4a57f91b5e5e277b (diff) | |
download | cpython-1e045b183104df770e232e756986bf301c87e9ce.zip cpython-1e045b183104df770e232e756986bf301c87e9ce.tar.gz cpython-1e045b183104df770e232e756986bf301c87e9ce.tar.bz2 |
Issue #12105: Add O_CLOEXEC to the os module.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 86f587f..6ef6d9d 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1298,6 +1298,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window O_NOCTTY O_SHLOCK O_EXLOCK + O_CLOEXEC These constants are only available on Unix. |