summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2004-02-28 16:07:46 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2004-02-28 16:07:46 (GMT)
commit3f74284e1baef338b34ed9a17a7b46e9607ccd5d (patch)
treea1a3fadc95d6fa0d747bdc37df15ee98f2ab4051 /Lib/logging/config.py
parentfb0521f15377056ce57beedcbd9d20dc651d1017 (diff)
downloadcpython-3f74284e1baef338b34ed9a17a7b46e9607ccd5d.zip
cpython-3f74284e1baef338b34ed9a17a7b46e9607ccd5d.tar.gz
cpython-3f74284e1baef338b34ed9a17a7b46e9607ccd5d.tar.bz2
Minor documentation changes
Diffstat (limited to 'Lib/logging/config.py')
-rw-r--r--Lib/logging/config.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/Lib/logging/config.py b/Lib/logging/config.py
index b6b7a45..c9ffab0 100644
--- a/Lib/logging/config.py
+++ b/Lib/logging/config.py
@@ -1,4 +1,4 @@
-# Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
+# Copyright 2001-2004 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
@@ -15,8 +15,9 @@
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
"""
-Logging package for Python. Based on PEP 282 and comments thereto in
-comp.lang.python, and influenced by Apache's log4j system.
+Configuration functions for the logging package for Python. The core package
+is based on PEP 282 and comments thereto in comp.lang.python, and influenced
+by Apache's log4j system.
Should work under Python versions >= 1.5.2, except that source line
information is not available unless 'sys._getframe()' is.