From: Victor Stinner Date: Wed, 19 Oct 2011 22:46:21 +0000 (+0200) Subject: Mention that os.O_CLOEXEC was added to Python 3.3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3455c026afdf5d4448aefde44f7530ea456a9e0;p=python Mention that os.O_CLOEXEC was added to Python 3.3 --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6adfdb1891..b2a16d9e52 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1369,6 +1369,8 @@ or `the MSDN `_ on Window These constants are only available on Unix. + .. versionchanged:: 3.3 + Add :data:`O_CLOEXEC` constant. .. data:: O_BINARY O_NOINHERIT