8000 Fix legacy logging module URL (GH-28528) · python/cpython@2df6827 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2df6827

Browse files
Fix legacy logging module URL (GH-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 1493e1a commit 2df6827

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
@@ -1356,7 +1356,7 @@ with the :mod:`warnings` module.
13561356
The proposal which described this feature for inclusion in the Python standard
13571357
library.
13581358

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

0 commit comments

Comments
 (0)
0