mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Minor documentation changes
This commit is contained in:
parent
fb0521f153
commit
3f74284e1b
3 changed files with 11 additions and 9 deletions
|
|
@ -36,8 +36,8 @@ except ImportError:
|
|||
|
||||
__author__ = "Vinay Sajip <vinay_sajip@red-dove.com>"
|
||||
__status__ = "beta"
|
||||
__version__ = "0.4.9.1"
|
||||
__date__ = "21 February 2004"
|
||||
__version__ = "0.4.9.2"
|
||||
__date__ = "28 February 2004"
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Miscellaneous module data
|
||||
|
|
@ -723,8 +723,8 @@ class FileHandler(StreamHandler):
|
|||
class PlaceHolder:
|
||||
"""
|
||||
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].
|
||||
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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue