[Python-checkins] [3.9] Fix legacy logging module URL (GH-28528) (GH-28531)

vsajip webhook-mailer at python.org
Thu Sep 23 11:42:40 EDT 2021


https://github.com/python/cpython/commit/7fa76ece3074aa87f34aa55956627171e1d6329f
commit: 7fa76ece3074aa87f34aa55956627171e1d6329f
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: vsajip <vinay_sajip at yahoo.co.uk>
date: 2021-09-23T16:42:31+01:00
summary:

[3.9] Fix legacy logging module URL (GH-28528) (GH-28531)

Co-authored-by: Sean Leavey <SeanDS at users.noreply.github.com>

files:
M Doc/library/logging.rst

diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 6233a2a674612..1a4c84e4a3a21 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -1348,7 +1348,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



More information about the Python-checkins mailing list