mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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
This commit is contained in:
parent
f4ccb79d52
commit
8492b729ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue