[issue2718] Logging.basicConfig ignores level=0

Vinay Sajip report at bugs.python.org
Tue Apr 29 17:15:05 CEST 2008


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

Already fixed in SVN.

Change was: "if level:" -> "if level is not None:" in basicConfig().

----------
nosy: +vsajip
resolution:  -> duplicate
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2718>
__________________________________


More information about the Python-bugs-list mailing list