[New-bugs-announce] [issue27935] logging level FATAL missing in _nameToLevel

Ondřej Medek report at bugs.python.org
Fri Sep 2 02:32:22 EDT 2016


New submission from Ondřej Medek:

logging.__init__._nameToLevel is missing 'FATAL' key:

>>> logging.getLevelName('FATAL')
'Level FATAL'

Expected same as:
>>> logging.getLevelName('CRITICAL')
50

----------
components: Library (Lib)
messages: 274204
nosy: Ondřej Medek
priority: normal
severity: normal
status: open
title: logging level FATAL missing in _nameToLevel
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27935>
_______________________________________


More information about the New-bugs-announce mailing list