[issue7092] Test suite emits many DeprecationWarnings when -3 is enabled

Antoine Pitrou report at bugs.python.org
Mon Jan 4 23:38:44 CET 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

One thing: "lambda k: k in selfdata" can be replaced with
"selfdata.__contains__". It may have better performance characteristics
too.

----------

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


More information about the Python-bugs-list mailing list