[Python-checkins] peps: PEP 446: add link https://wiki.freebsd.org/AtomicCloseOnExec

victor.stinner python-checkins at python.org
Tue Aug 27 22:29:18 CEST 2013


http://hg.python.org/peps/rev/a818a2340776
changeset:   5077:a818a2340776
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Aug 27 22:28:58 2013 +0200
summary:
  PEP 446: add link https://wiki.freebsd.org/AtomicCloseOnExec

koobs just gave me this link on IRC

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


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -370,6 +370,8 @@
   history of ``O_CLOEXEC`` and ``O_NONBLOCK`` flags
 * `File descriptor handling changes in 2.6.27
   <http://lwn.net/Articles/292843/>`_
+* `FreeBSD: atomic close on exec
+  <https://wiki.freebsd.org/AtomicCloseOnExec>`_
 
 
 Status of Python 3.3

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


More information about the Python-checkins mailing list