[Python-checkins] cpython (2.7): Issue #18933: Added links to source code.

vinay.sajip python-checkins at python.org
Fri Sep 6 00:02:58 CEST 2013


http://hg.python.org/cpython/rev/dc4e6b48c321
changeset:   85552:dc4e6b48c321
branch:      2.7
parent:      85550:603b4d593758
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Sep 05 22:57:20 2013 +0100
summary:
  Issue #18933: Added links to source code.

files:
  Doc/library/logging.config.rst   |  4 ++++
  Doc/library/logging.handlers.rst |  4 ++++
  Doc/library/logging.rst          |  3 +++
  3 files changed, 11 insertions(+), 0 deletions(-)


diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -17,6 +17,10 @@
    * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
    * :ref:`Logging Cookbook <logging-cookbook>`
 
+**Source code:** :source:`Lib/logging/config.py`
+
+--------------
+
 This section describes the API for configuring the logging module.
 
 .. _logging-config-api:
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -17,6 +17,10 @@
    * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
    * :ref:`Logging Cookbook <logging-cookbook>`
 
+**Source code:** :source:`Lib/logging/handlers.py`
+
+--------------
+
 .. currentmodule:: logging
 
 The following useful handlers are provided in the package. Note that three of
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -20,6 +20,9 @@
    * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
    * :ref:`Logging Cookbook <logging-cookbook>`
 
+**Source code:** :source:`Lib/logging/__init__.py`
+
+--------------
 
 .. versionadded:: 2.3
 

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


More information about the Python-checkins mailing list