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 xiang.zhang
Recipients Ondřej Medek, vinay.sajip, xiang.zhang
Date 2016-09-02.08:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472805059.55.0.227502795178.issue27935@psf.upfronthosting.co.za>
In-reply-to
Content
Though FATAL is not mentioned in the doc, but I think it should be added to getLevelName, just like how WARN is handled now:

>>> logging.getLevelName("WARN")
30
History
Date User Action Args
2016-09-02 08:30:59xiang.zhangsetrecipients: + xiang.zhang, vinay.sajip, Ondřej Medek
2016-09-02 08:30:59xiang.zhangsetmessageid: <1472805059.55.0.227502795178.issue27935@psf.upfronthosting.co.za>
2016-09-02 08:30:59xiang.zhanglinkissue27935 messages
2016-09-02 08:30:59xiang.zhangcreate