Issue #12105: Add O_CLOEXEC to the os module.

This commit is contained in:
Charles-François Natali 2011-05-22 20:42:32 +02:00
parent f738d33e5d
commit 1e045b1831
4 changed files with 13 additions and 0 deletions

View file

@ -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.