summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-05-22 18:42:32 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-05-22 18:42:32 (GMT)
commit1e045b183104df770e232e756986bf301c87e9ce (patch)
treec32a523ffd41a155df1e3f2e8be2860970617ab0 /Doc/library/os.rst
parentf738d33e5d5cfa19938003af4a57f91b5e5e277b (diff)
downloadcpython-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.rst1
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.