[Python-checkins] cpython (2.7): Updated comments.

vinay.sajip python-checkins at python.org
Thu Feb 23 21:04:47 CET 2012


http://hg.python.org/cpython/rev/b5cb819404aa
changeset:   75210:b5cb819404aa
branch:      2.7
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Thu Feb 23 19:40:33 2012 +0000
summary:
  Updated comments.

files:
  Lib/logging/__init__.py |  4 ++--
  Lib/logging/handlers.py |  5 ++---
  2 files changed, 4 insertions(+), 5 deletions(-)


diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py
--- a/Lib/logging/__init__.py
+++ b/Lib/logging/__init__.py
@@ -16,9 +16,9 @@
 
 """
 Logging package for Python. Based on PEP 282 and comments thereto in
-comp.lang.python, and influenced by Apache's log4j system.
+comp.lang.python.
 
-Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2012 Vinay Sajip. All Rights Reserved.
 
 To use, simply 'import logging' and log away!
 """
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py
--- a/Lib/logging/handlers.py
+++ b/Lib/logging/handlers.py
@@ -16,10 +16,9 @@
 
 """
 Additional handlers 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.
+based on PEP 282 and comments thereto in comp.lang.python.
 
-Copyright (C) 2001-2010 Vinay Sajip. All Rights Reserved.
+Copyright (C) 2001-2012 Vinay Sajip. All Rights Reserved.
 
 To use, simply 'import logging.handlers' and log away!
 """

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list