Antoine Pitrou <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue7092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
