summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-09-05 22:01:07 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-09-05 22:01:07 (GMT)
commit31b862d40bd154afcc82acf49c746b8bbee2f6be (patch)
tree9f3e8736755268f6f5459e555fc02006d8b34db4 /Doc/library/logging.rst
parent134f0de66d9ff0478d9ace24d7671308082d1d5b (diff)
downloadcpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.zip
cpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.tar.gz
cpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.tar.bz2
Issue #18933: Added links to source code.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 8203733..4521183 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.