Minor documentation changes

This commit is contained in:
Vinay Sajip 2004-02-28 16:07:46 +00:00
parent fb0521f153
commit 3f74284e1b
3 changed files with 11 additions and 9 deletions

View file

@ -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.