TK program problem

Terry Reedy tjreedy at udel.edu
Sat May 21 20:33:22 EDT 2011


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.




More information about the Python-list mailing list