Ondřej Medek added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27937>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to