From: Fred Drake Date: Thu, 8 Jan 2004 15:00:36 +0000 (+0000) Subject: add link to the red-dove.com page about the logging package X-Git-Tag: v2.3.4c1~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e2fdb416e784c275fa2c7043ef475e40cda66f4;p=thirdparty%2FPython%2Fcpython.git add link to the red-dove.com page about the logging package --- diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 2e4c31e2f792..f0afd57ba1e5 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -239,6 +239,13 @@ behavior. \seepep{282}{A Logging System} {The proposal which described this feature for inclusion in the Python standard library.} + \seelink{http://www.red-dove.com/python_logging.html} + {Original Python \module{logging} package} + {This is the original source for the \module{logging} + package. The version of the package available from this + site is suitable for use with Python 2.1.x and 2.2.x, which + do not include the \module{logging} package in the standard + library.} \end{seealso}