Kaydet (Commit) e3455c02 authored tarafından Victor Stinner's avatar Victor Stinner

Mention that os.O_CLOEXEC was added to Python 3.3

üst 65651ea3
...@@ -1369,6 +1369,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -1369,6 +1369,8 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
These constants are only available on Unix. These constants are only available on Unix.
.. versionchanged:: 3.3
Add :data:`O_CLOEXEC` constant.
.. data:: O_BINARY .. data:: O_BINARY
O_NOINHERIT O_NOINHERIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment