[Python-checkins] python/dist/src/Lib/logging handlers.py, 1.10,
1.11
vsajip at users.sourceforge.net
vsajip at users.sourceforge.net
Sat Feb 28 11:07:49 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/logging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4161
Modified Files:
handlers.py
Log Message:
Minor documentation changes
Index: handlers.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/handlers.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** handlers.py 21 Feb 2004 22:14:34 -0000 1.10
--- handlers.py 28 Feb 2004 16:07:46 -0000 1.11
***************
*** 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 ----
"""
! 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.
Should work under Python versions >= 1.5.2, except that source line
More information about the Python-checkins
mailing list