[Python-checkins] peps: PEP 433: F_DUPFD_CLOEXEC & F_DUP2FD_CLOEXEC

victor.stinner python-checkins at python.org
Thu Jan 31 20:38:23 CET 2013


http://hg.python.org/peps/rev/7da29736faee
changeset:   4705:7da29736faee
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Jan 31 20:37:04 2013 +0100
summary:
  PEP 433: F_DUPFD_CLOEXEC & F_DUP2FD_CLOEXEC

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


diff --git a/pep-0433.txt b/pep-0433.txt
--- a/pep-0433.txt
+++ b/pep-0433.txt
@@ -637,9 +637,10 @@
  * ``WSA_FLAG_NO_HANDLE_INHERIT`` flag for ``WSASocket()``:  supported
    on Windows 7 with SP1, Windows Server 2008 R2 with SP1, and later
  * ``fcntl()``: ``F_DUPFD_CLOEXEC`` flag, available on Linux 2.6.24,
-   OpenBSD 5.0, FreeBSD 9.1, NetBSD 6.0. This flag is part of
-   POSIX.1-2008.
- * ``fcntl()``: ``F_DUP2FD_CLOEXEC`` flag, available on FreeBSD 9.1.
+   OpenBSD 5.0, FreeBSD 9.1, NetBSD 6.0, Solaris 11. This flag is part
+   of POSIX.1-2008.
+ * ``fcntl()``: ``F_DUP2FD_CLOEXEC`` flag, available on FreeBSD 9.1
+   and Solaris 11.
  * ``recvmsg()``: ``MSG_CMSG_CLOEXEC``, available on Linux 2.6.23,
    NetBSD 6.0.
 

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


More information about the Python-checkins mailing list