On 5/21/2011 8:03 PM, bvdp wrote:
Yes, I can confirm that both the lambda and setting the class to:class selectFav(object):
One of the purposes and advantages of Python 3 is having only one class system. Best to always use new-style classes in Python 2.2+ unless you understand and need old-style classes (and need should be never for most people).
-- Terry Jan Reedy. -- http://mail.python.org/mailman/listinfo/python-list