[Python-checkins] python/dist/src/Lib/logging __init__.py, 1.13,
1.14
vsajip at users.sourceforge.net
vsajip at users.sourceforge.net
Sat Feb 28 11:04:00 EST 2004
Update of /cvsroot/python/python/dist/src/Lib/logging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3504
Modified Files:
__init__.py
Log Message:
Minor documentation changes
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/__init__.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** __init__.py 21 Feb 2004 22:12:32 -0000 1.13
--- __init__.py 28 Feb 2004 16:03:58 -0000 1.14
***************
*** 37,42 ****
__author__ = "Vinay Sajip <vinay_sajip at red-dove.com>"
__status__ = "beta"
! __version__ = "0.4.9.1"
! __date__ = "21 February 2004"
#---------------------------------------------------------------------------
--- 37,42 ----
__author__ = "Vinay Sajip <vinay_sajip at red-dove.com>"
__status__ = "beta"
! __version__ = "0.4.9.2"
! __date__ = "28 February 2004"
#---------------------------------------------------------------------------
***************
*** 724,729 ****
"""
PlaceHolder instances are used in the Manager logger hierarchy to take
! the place of nodes for which no loggers have been defined [FIXME add
! example].
"""
def __init__(self, alogger):
--- 724,729 ----
"""
PlaceHolder instances are used in the Manager logger hierarchy to take
! the place of nodes for which no loggers have been defined. This class is
! intended for internal use only and not as part of the public API.
"""
def __init__(self, alogger):
More information about the Python-checkins
mailing list