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 felixxm
Recipients docs@python, eamanu, fdrake, felixxm, miss-islington, vinay.sajip
Date 2021-03-10.18:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615399216.53.0.47454540652.issue43353@roundup.psfhosted.org>
In-reply-to
Content
"numeric" doesn't refer to the "Level #" representation but to the fact that `getLevelName()` returns a numeric value when the corresponding name is passed, e.g.

>>> getLevelName('CRITICAL') 
50
History
Date User Action Args
2021-03-10 18:00:16felixxmsetrecipients: + felixxm, fdrake, vinay.sajip, docs@python, eamanu, miss-islington
2021-03-10 18:00:16felixxmsetmessageid: <1615399216.53.0.47454540652.issue43353@roundup.psfhosted.org>
2021-03-10 18:00:16felixxmlinkissue43353 messages
2021-03-10 18:00:16felixxmcreate