summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/logging/config.py')
-rw-r--r--Lib/logging/config.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/logging/config.py b/Lib/logging/config.py
index e5b8bb1..fd6caaa 100644
--- a/Lib/logging/config.py
+++ b/Lib/logging/config.py
@@ -19,9 +19,6 @@ 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.
-
Copyright (C) 2001-2007 Vinay Sajip. All Rights Reserved.
To use, simply 'import logging' and log away!