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

Skip to content

Commit db2c681

Browse files
committed
Closes #18933: Merged update from 3.3.
2 parents e241ac9 + 31b862d commit db2c681

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)