[Python-checkins] cpython (merge 3.3 -> default): Closes #18933: Merged update from 3.3.

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


http://hg.python.org/cpython/rev/c5924523747e
changeset:   85554:c5924523747e
parent:      85551:81f0c6358a5f
parent:      85553:34e515f2fdfe
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Sep 05 23:02:45 2013 +0100
summary:
  Closes #18933: Merged update from 3.3.

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