This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ondřej Medek
Recipients Ondřej Medek
Date 2016-09-02.06:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472797942.24.0.349970976143.issue27935@psf.upfronthosting.co.za>
In-reply-to
Content
logging.__init__._nameToLevel is missing 'FATAL' key:

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

Expected same as:
>>> logging.getLevelName('CRITICAL')
50
History
Date User Action Args
2016-09-02 06:32:22Ondřej Medeksetrecipients: + Ondřej Medek
2016-09-02 06:32:22Ondřej Medeksetmessageid: <1472797942.24.0.349970976143.issue27935@psf.upfronthosting.co.za>
2016-09-02 06:32:21Ondřej Medeklinkissue27935 messages
2016-09-02 06:32:21Ondřej Medekcreate