8000 Fix legacy logging module URL (GH-28528) · miss-islington/cpython@79b19b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79b19b5

Browse files
SeanDSmiss-islington
authored andcommitted
Fix legacy logging module URL (pythonGH-28528)
The URL listed in the `logging` docs for the original `logging` module leads to a 404. I managed to find the new location for the page and updated the URL. Automerge-Triggered-By: GH:vsajip (cherry picked from commit 8492b72) Co-authored-by: Sean Leavey <SeanDS@users.noreply.github.com>
1 parent f1d5cde commit 79b19b5

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 4BEF ://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)
0