summaryrefslogtreecommitdiffstats
path: root/Lib/logging/config.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-10 20:32:36 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-10-10 20:32:36 (GMT)
commitcbabd7ec3aa589bda8f636f4b23c294604d07c63 (patch)
tree9e0eee5ad8d7a80d86c16c3258f983f7b774aa4e /Lib/logging/config.py
parentbec4d57a392179e23d2eec51db4bdc0806d692ee (diff)
downloadcpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.zip
cpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.tar.gz
cpython-cbabd7ec3aa589bda8f636f4b23c294604d07c63.tar.bz2
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
Diffstat (limited to 'Lib/logging/config.py')
-rw-r--r--Lib/logging/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/logging/config.py b/Lib/logging/config.py
index 07574d3..d5b82b7 100644
--- a/Lib/logging/config.py
+++ b/Lib/logging/config.py
@@ -19,7 +19,7 @@ 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.
-Copyright (C) 2001-2008 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2009 Vinay Sajip. All Rights Reserved.
To use, simply 'import logging' and log away!
"""