]> granicus.if.org Git - python/commitdiff
Updated comments.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 23 Feb 2012 19:40:33 +0000 (19:40 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 23 Feb 2012 19:40:33 +0000 (19:40 +0000)
Lib/logging/__init__.py
Lib/logging/handlers.py

index a14caab79d6b0aa39e52a0d86bcfbfda9c198298..4b23cb46967ee31137018a958f1dc3307bf4cf94 100644 (file)
@@ -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!
 """
index 95543f97fdda3cb965d387ea8cbaf12539908a16..fe5f9bf7a12750a20ff9c0f6ccfa684d56b473c9 100644 (file)
 
 """
 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!
 """