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 donspaulding
Recipients docs@python, donspaulding
Date 2014-06-13.19:07:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402686469.59.0.301170999664.issue21752@psf.upfronthosting.co.za>
In-reply-to
Content
Discussion of this issue on ML:

https://mail.python.org/pipermail/python-dev/2014-June/135048.html

The behavior of logging.getLevelName changed in Python 3.4.  Previously when passed a string, it would return the corresponding integer value of the level.  In 3.4 it was changed to match the behavior of its documentation.  The patch can be found in issue #18046.

This seems like something that should be documented somewhere.
History
Date User Action Args
2014-06-13 19:07:49donspauldingsetrecipients: + donspaulding, docs@python
2014-06-13 19:07:49donspauldingsetmessageid: <1402686469.59.0.301170999664.issue21752@psf.upfronthosting.co.za>
2014-06-13 19:07:49donspauldinglinkissue21752 messages
2014-06-13 19:07:49donspauldingcreate