Issue 21752: Document Backwards Incompatible change to logging in 3.4 (original) (raw)

Issue21752

Created on 2014-06-13 19:07 by donspaulding, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg220482 - (view) Author: Don Spaulding (donspaulding) Date: 2014-06-13 19:07
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.
msg220535 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-14 08:27
New changeset 277d099a134b by Vinay Sajip in branch '3.4': Issue #21752: Documented change to behaviour of logging.getLevelName(). http://hg.python.org/cpython/rev/277d099a134b New changeset 174c30103b57 by Vinay Sajip in branch 'default': Closes #21752: Merged update from 3.4. http://hg.python.org/cpython/rev/174c30103b57
History
Date User Action Args
2022-04-11 14:58:04 admin set github: 65951
2014-06-14 08:27:26 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-06-13 22:24:32 ned.deily set nosy: + vinay.sajip
2014-06-13 19:07:49 donspaulding create