[Python-checkins] peps: PEP 446: move links into the text directly, not at the end

victor.stinner python-checkins at python.org
Mon Aug 19 22:21:19 CEST 2013


http://hg.python.org/peps/rev/ae76d5530e91
changeset:   5066:ae76d5530e91
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Aug 19 22:21:02 2013 +0200
summary:
  PEP 446: move links into the text directly, not at the end

files:
  pep-0446.txt |  35 +++++++++++++++++------------------
  1 files changed, 17 insertions(+), 18 deletions(-)


diff --git a/pep-0446.txt b/pep-0446.txt
--- a/pep-0446.txt
+++ b/pep-0446.txt
@@ -215,6 +215,10 @@
 * `Squid <https://bugzilla.redhat.com/show_bug.cgi?id=837033>`_:
   open since 2012-07
 
+See also: `Excuse me son, but your code is leaking !!!
+<http://danwalsh.livejournal.com/53603.html>`_ (Dan Walsh, March 2012)
+for SELinux issues with leaked file descriptors.
+
 
 Security Vulnerability
 ----------------------
@@ -347,6 +351,17 @@
   creating atomically a non-inheritable socket
 * "X": not supported yet
 
+See also:
+
+* `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
+* `File descriptor handling changes in 2.6.27
+  <http://lwn.net/Articles/292843/>`_
+
 
 Status of Python 3.3
 --------------------
@@ -588,10 +603,8 @@
 ``os.dup2()`` to redict stdin, stdout and stderr.
 
 
-Links
-=====
-
-Python issues:
+Python Issues
+=============
 
 * `#10115: Support accept4() for atomic setting of flags at socket
   creation <http://bugs.python.org/issue10115>`_
@@ -611,20 +624,6 @@
 * `#18571: Implementation of the PEP 446: non-inheritable file
   descriptors <http://bugs.python.org/issue18571>`_
 
-Other links:
-
-* `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
-* `File descriptor handling changes in 2.6.27
-  <http://lwn.net/Articles/292843/>`_
-* `Excuse me son, but your code is leaking !!!
-  <http://danwalsh.livejournal.com/53603.html>`_ (Dan Walsh,
-  March 2012): SELinux issues with leaked file descriptors
-
 
 Copyright
 =========

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


More information about the Python-checkins mailing list