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

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


http://hg.python.org/cpython/rev/34e515f2fdfe
changeset:   85553:34e515f2fdfe
branch:      3.3
parent:      85548:99310e5e1b1c
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Sep 05 23:01:07 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          |  4 ++++
  3 files changed, 12 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
@@ -21,6 +21,10 @@
    * :ref:`Logging Cookbook <logging-cookbook>`
 
 
+**Source code:** :source:`Lib/logging/__init__.py`
+
+--------------
+
 This module defines functions and classes which implement a flexible event
 logging system for applications and libraries.
 

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


More information about the Python-checkins mailing list