diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-05 23:01:07 +0100 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-05 23:01:07 +0100 |
commit | 31b862d40bd154afcc82acf49c746b8bbee2f6be (patch) | |
tree | 9f3e8736755268f6f5459e555fc02006d8b34db4 | |
parent | 134f0de66d9ff0478d9ace24d7671308082d1d5b (diff) | |
download | cpython-git-31b862d40bd154afcc82acf49c746b8bbee2f6be.tar.gz |
Issue #18933: Added links to source code.
-rw-r--r-- | Doc/library/logging.config.rst | 4 | ||||
-rw-r--r-- | Doc/library/logging.handlers.rst | 4 | ||||
-rw-r--r-- | 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 index e34e010984..c00b53275d 100644 --- 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 index 08550500a9..81addb3908 100644 --- 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 index 8203733409..4521183929 100644 --- 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. |