[issue21752] Document Backwards Incompatible change to logging in 3.4

2014-06-14 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue21752] Document Backwards Incompatible change to logging in 3.4

2014-06-13 Thread Don Spaulding
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.

[issue21752] Document Backwards Incompatible change to logging in 3.4

2014-06-13 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21752 ___ ___ Python-bugs-list mailing list