From e3455c026afdf5d4448aefde44f7530ea456a9e0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 20 Oct 2011 00:46:21 +0200 Subject: [PATCH] Mention that os.O_CLOEXEC was added to Python 3.3 --- Doc/library/os.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6adfdb18916..b2a16d9e529 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