[Python-checkins] python/dist/src/Lib/logging config.py,1.8,1.9
vsajip at users.sourceforge.net
vsajip at users.sourceforge.net
Sat Feb 28 11:05:53 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/logging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3847
Modified Files:
config.py
Log Message:
Minor documentation changes
Index: config.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/config.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config.py 20 Feb 2004 13:16:36 -0000 1.8
--- config.py 28 Feb 2004 16:05:50 -0000 1.9
***************
*** 1,3 ****
! # Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
--- 1,3 ----
! # Copyright 2001-2004 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
***************
*** 16,21 ****
"""
! Logging package for Python. 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
--- 16,22 ----
"""
! 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
More information about the Python-checkins
mailing list