Skip to content

Commit 7fa76ec

Browse files
[3.9] Fix legacy logging module URL (GH-28528) (GH-28531)
Co-authored-by: Sean Leavey <[email protected]>
1 parent f1d5cde commit 7fa76ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ with the :mod:`warnings` module.
13481348
The proposal which described this feature for inclusion in the Python standard
13491349
library.
13501350

1351-
`Original Python logging package <https://www.red-dove.com/python_logging.html>`_
1351+
`Original Python logging package <https://old.red-dove.com/python_logging.html>`_
13521352
This is the original source for the :mod:`logging` package. The version of the
13531353
package available from this site is suitable for use with Python 1.5.2, 2.1.x
13541354
and 2.2.x, which do not include the :mod:`logging` package in the standard

0 commit comments

Comments
 (0)