From: Sean Leavey Date: Thu, 23 Sep 2021 14:47:10 +0000 (+0200) Subject: Fix legacy logging module URL (GH-28528) X-Git-Tag: v3.11.0a1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8492b729ae97737d22544f2102559b2b8dd03a03;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 9b35d4daef57..ee0276aadcf3 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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 `_ + `Original Python logging package `_ 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