Ed Leafe wrote: > On Apr 24, 2007, at 2:04 PM, Carl Karsten wrote: > >>>> 2. make myClass have the needed API (like implement .lower) >>> No, since it's not a string. >> self.MyProp1 = "a" >> >> Doesn't that make it a string? > > Is it really that difficult to distinguish between an object and a > property of that object? >
It is really difficult to figure out what "it" is in "it's not a string". Are you saying myClass needs to be a string? Or even could be a string? or a subclass of string? None of these 3 seem to make any sense to me, so I took a guess at what you were referring to. Please, spell it out for me: what is "it" that isn't a string, and why does that matter? Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
