[Python-checkins] peps: PEP 446: add a link to "Ghosts of Unix past, part 2: Conflated designs" article

victor.stinner python-checkins at python.org
Sun Jul 7 15:01:52 CEST 2013


http://hg.python.org/peps/rev/a7faa4aa505e
changeset:   4983:a7faa4aa505e
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Jul 07 15:00:53 2013 +0200
summary:
  PEP 446: add a link to "Ghosts of Unix past, part 2: Conflated designs" article (LWN)

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


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -221,6 +221,9 @@
 * `Secure File Descriptor Handling
   <http://udrepper.livejournal.com/20407.html>`_ (Ulrich Drepper,
   2008)
+* `Ghosts of Unix past, part 2: Conflated designs
+  <http://lwn.net/Articles/412131/>`_ (Neil Brown, 2010) explains the
+  history of ``O_CLOEXEC`` and ``O_NONBLOCK`` flags
 
 
 Copyright

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


More information about the Python-checkins mailing list