From: Vinay Sajip Date: Thu, 5 Sep 2013 21:57:20 +0000 (+0100) Subject: Issue #18933: Added links to source code. X-Git-Tag: v2.7.6rc1~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6971f2e6b79c7cfce76575b8c2e67411c35b4a8a;p=thirdparty%2FPython%2Fcpython.git Issue #18933: Added links to source code. --- diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index ee141f1a4b9d..2dc82acf3f60 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 534c35c0e106..3c05e9ae13de 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 a2d903365bf2..d3984c784407 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -20,6 +20,9 @@ * :ref:`Advanced Tutorial ` * :ref:`Logging Cookbook ` +**Source code:** :source:`Lib/logging/__init__.py` + +-------------- .. versionadded:: 2.3