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 felixxm, vinay.sajip
Date 2021-03-01.12:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614600000.66.0.180359096956.issue43353@roundup.psfhosted.org>
In-reply-to
Content
Can we document[1] that `logging.getLevelName()` returns a numeric value when corresponding string is passed in (related with https://bugs.python.org/issue1008295). I know that we have "Changed in version 3.4" annotation but I think it's worth mentioning in the main description.

I hope it's not a duplicate, I tried to find matching ticket. 

I can submit PR if accepted.

[1] https://docs.python.org/3.10/library/logging.html?highlight=getlevelname#logging.getLevelName
History
Date User Action Args
2021-03-01 12:00:00felixxmsetrecipients: + felixxm, vinay.sajip
2021-03-01 12:00:00felixxmsetmessageid: <1614600000.66.0.180359096956.issue43353@roundup.psfhosted.org>
2021-03-01 12:00:00felixxmlinkissue43353 messages
2021-03-01 12:00:00felixxmcreate