From 31b862d40bd154afcc82acf49c746b8bbee2f6be Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 5 Sep 2013 23:01:07 +0100 Subject: [PATCH] Issue #18933: Added links to source code. --- Doc/library/logging.config.rst | 4 ++++ Doc/library/logging.handlers.rst | 4 ++++ Doc/library/logging.rst | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index e34e010984c4..c00b53275d45 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -17,6 +17,10 @@ * :ref:`Advanced Tutorial ` * :ref:`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 08550500a945..81addb39089d 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -17,6 +17,10 @@ * :ref:`Advanced Tutorial ` * :ref:`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 82037334095a..4521183929c8 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -21,6 +21,10 @@ * :ref:`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. -- 2.47.3