[docs] [issue21752] Document Backwards Incompatible change to logging in 3.4
Don Spaulding
report at bugs.python.org
Fri Jun 13 21:07:49 CEST 2014
New submission from Don Spaulding:
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.
----------
assignee: docs at python
components: Documentation
messages: 220482
nosy: docs at python, donspaulding
priority: normal
severity: normal
status: open
title: Document Backwards Incompatible change to logging in 3.4
type: behavior
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21752>
_______________________________________
More information about the docs
mailing list