[issue21172] Unexpected behaviour with logging.LogRecord "first arg is dict" case

Roundup Robot report at bugs.python.org
Thu Apr 10 08:14:15 CEST 2014


Roundup Robot added the comment:

New changeset d08e3586dde3 by Vinay Sajip in branch '2.7':
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
http://hg.python.org/cpython/rev/d08e3586dde3

New changeset 5e303360db14 by Vinay Sajip in branch '3.4':
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
http://hg.python.org/cpython/rev/5e303360db14

New changeset 8e6b8cfeb172 by Vinay Sajip in branch 'default':
Closes #21172: Merged fix from 3.4.
http://hg.python.org/cpython/rev/8e6b8cfeb172

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21172>
_______________________________________


More information about the Python-bugs-list mailing list