]> granicus.if.org Git - python/commitdiff
Issue #18933: Added links to source code.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 5 Sep 2013 22:01:07 +0000 (23:01 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 5 Sep 2013 22:01:07 +0000 (23:01 +0100)
Doc/library/logging.config.rst
Doc/library/logging.handlers.rst
Doc/library/logging.rst

index e34e010984c4bb8de5f3396297b0a0044d976486..c00b53275d45234eed634a1b68d62f6a280d7cde 100644 (file)
    * :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:
index 08550500a945fd67132f9744cbbdd52af73fd68d..81addb39089d4d172931003af403299f780e2a03 100644 (file)
    * :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
index 82037334095a73d1d2ca2fe84407f7852104d37c..4521183929c89718f97f12a383fe771fa977caae 100644 (file)
    * :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.