mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Use boolean for another flag option.
This commit is contained in:
parent
96f05e52a7
commit
472f2e2205
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ else:
|
|||
# _listener holds the server object doing the listening
|
||||
_listener = None
|
||||
|
||||
def fileConfig(fname, defaults=None, disable_existing_loggers=1):
|
||||
def fileConfig(fname, defaults=None, disable_existing_loggers=True):
|
||||
"""
|
||||
Read the logging configuration from a ConfigParser-format file.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue