[issue4523] logging module __init__ uses has_key

R. David Murray report at bugs.python.org
Thu Dec 4 15:19:02 CET 2008


New submission from R. David Murray <rdmurray at bitdance.com>:

I ran my ap with -3 and got the following:

/usr/lib/python2.6/logging/__init__.py:849: DeprecationWarning:
dict.has_key() not supported in 3.x; use the in operator

----------
components: Library (Lib)
messages: 76883
nosy: bitdancer
severity: normal
status: open
title: logging module __init__ uses has_key
type: behavior
versions: Python 2.6

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


More information about the Python-bugs-list mailing list