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, xiang.zhang
Date 2016-09-02.09:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472807182.14.0.591948111031.issue27937@psf.upfronthosting.co.za>
In-reply-to
Content
No, I mean this method you propose:

return _levelToName.get(level, (_nameToLevel.get(level, ("Level %s" % level))))

I cannot see any difference with the original code, except parentheses.
History
Date User Action Args
2016-09-02 09:06:22xiang.zhangsetrecipients: + xiang.zhang, Ondřej Medek
2016-09-02 09:06:22xiang.zhangsetmessageid: <1472807182.14.0.591948111031.issue27937@psf.upfronthosting.co.za>
2016-09-02 09:06:22xiang.zhanglinkissue27937 messages
2016-09-02 09:06:22xiang.zhangcreate