8000 Fix legacy logging module URL by SeanDS · Pull Request #28528 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix legacy logging module URL #28528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ with the :mod:`warnings` module.
The proposal which described this feature for inclusion in the Python standard
library.

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