[Python-checkins] cpython (3.2): Added lost documentation cross-reference.

vinay.sajip python-checkins at python.org
Thu Oct 27 18:53:27 CEST 2011


http://hg.python.org/cpython/rev/5c57d1b29f20
changeset:   73147:5c57d1b29f20
branch:      3.2
parent:      73136:a3939c2f6727
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Oct 27 17:50:55 2011 +0100
summary:
  Added lost documentation cross-reference.

files:
  Doc/howto/logging-cookbook.rst |  7 ++++---
  1 files changed, 4 insertions(+), 3 deletions(-)


diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -674,9 +674,10 @@
 to have all the processes log to a :class:`SocketHandler`, and have a separate
 process which implements a socket server which reads from the socket and logs
 to file. (If you prefer, you can dedicate one thread in one of the existing
-processes to perform this function.) The following section documents this
-approach in more detail and includes a working socket receiver which can be
-used as a starting point for you to adapt in your own applications.
+processes to perform this function.) :ref:`This section <network-logging>`
+documents this approach in more detail and includes a working socket receiver
+which can be used as a starting point for you to adapt in your own
+applications.
 
 If you are using a recent version of Python which includes the
 :mod:`multiprocessing` module, you could write your own handler which uses the

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


More information about the Python-checkins mailing list