Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31b862d

Browse files
committed
Issue #18933: Added links to source code.
1 parent 134f0de commit 31b862d

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/library/logging.config.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
1818
* :ref:`Logging Cookbook <logging-cookbook>`
1919

20+
**Source code:** :source:`Lib/logging/config.py`
21+
22+
--------------
23+
2024
This section describes the API for configuring the logging module.
2125

2226
.. _logging-config-api:

Doc/library/logging.handlers.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
1818
* :ref:`Logging Cookbook <logging-cookbook>`
1919

20+
**Source code:** :source:`Lib/logging/handlers.py`
21+
22+
--------------
23+
2024
.. currentmodule:: logging
2125

2226
The following useful handlers are provided in the package. Note that three of

Doc/library/logging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
* :ref:`Logging Cookbook <logging-cookbook>`
2222

2323

24+
**Source code:** :source:`Lib/logging/__init__.py`
25+
26+
--------------
27+
2428
This module defines functions and classes which implement a flexible event
2529
logging system for applications and libraries.
2630

0 commit comments

Comments
 (0)