summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-01-08 14:59:02 (GMT)
committerFred Drake <fdrake@acm.org>2004-01-08 14:59:02 (GMT)
commit115147921cb327b0e381079d735d71500179bbe0 (patch)
tree12693494f0bdfa6c29409f5e7b9303103a12d005 /Doc
parent4f687b305162d8e3babc72eda37fd88bba40b1b2 (diff)
downloadcpython-115147921cb327b0e381079d735d71500179bbe0.zip
cpython-115147921cb327b0e381079d735d71500179bbe0.tar.gz
cpython-115147921cb327b0e381079d735d71500179bbe0.tar.bz2
add link to the red-dove.com page about the logging package
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/liblogging.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex
index 2e4c31e..f0afd57 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}