diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-05 22:01:07 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-09-05 22:01:07 (GMT) |
commit | 31b862d40bd154afcc82acf49c746b8bbee2f6be (patch) | |
tree | 9f3e8736755268f6f5459e555fc02006d8b34db4 /Doc/library/logging.handlers.rst | |
parent | 134f0de66d9ff0478d9ace24d7671308082d1d5b (diff) | |
download | cpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.zip cpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.tar.gz cpython-31b862d40bd154afcc82acf49c746b8bbee2f6be.tar.bz2 |
Issue #18933: Added links to source code.
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | Doc/library/logging.handlers.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0855050..81addb3 100644 --- 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 |