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, xiang.zhang
Date 2016-09-02.09:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472807008.58.0.0615741645254.issue27937@psf.upfronthosting.co.za>
In-reply-to
Content
Which 'first' method do you mean?

logging.getLevelName() converts level (int) to level name (str). But due to the backward compatibility is also converts level name (str) to level (int).
History
Date User Action Args
2016-09-02 09:03:28Ondřej Medeksetrecipients: + Ondřej Medek, xiang.zhang
2016-09-02 09:03:28Ondřej Medeksetmessageid: <1472807008.58.0.0615741645254.issue27937@psf.upfronthosting.co.za>
2016-09-02 09:03:28Ondřej Medeklinkissue27937 messages
2016-09-02 09:03:28Ondřej Medekcreate