[Python-checkins] peps: PEP 433: Solaris 11 supports also O_CLOEXEC

victor.stinner python-checkins at python.org
Thu Jan 31 21:07:08 CET 2013


http://hg.python.org/peps/rev/0427ac157038
changeset:   4706:0427ac157038
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Jan 31 21:05:49 2013 +0100
summary:
  PEP 433: Solaris 11 supports also O_CLOEXEC

files:
  pep-0433.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0433.txt b/pep-0433.txt
--- a/pep-0433.txt
+++ b/pep-0433.txt
@@ -630,8 +630,8 @@
 New flags:
 
  * ``O_CLOEXEC``: available on Linux (2.6.23), FreeBSD (8.3),
-   OpenBSD 5.0, QNX, BeOS, next NetBSD release (6.1?).  This flag is
-   part of POSIX.1-2008.
+   OpenBSD 5.0, Solaris 11, QNX, BeOS, next NetBSD release (6.1?).
+   This flag is part of POSIX.1-2008.
  * ``SOCK_CLOEXEC`` flag for ``socket()`` and ``socketpair()``,
    available on Linux 2.6.27, OpenBSD 5.2, NetBSD 6.0.
  * ``WSA_FLAG_NO_HANDLE_INHERIT`` flag for ``WSASocket()``:  supported

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list