[Tutor] Making a better list

Scott syrinx@simplecom.net
Sat, 8 Dec 2001 22:23:45 -0600


In Python, if I want to make a list-like class (a specialized list of x's, 
say), is it generally better to create a class with a member list, or derive 
a class from the built-in 'list' type (I don't know how to do that yet.)
HTNTS

(that means 'hope that's not too stupid'  :)

Thanks.