[Zope] Repost: sequence.sort: how can I sort strings?

Danny Adair danny@adair.net
Wed, 3 Apr 2002 15:23:35 +1200


Hi!
(haven't figured it out yet, only workarounds...)

How can I sort a sequence of STRINGS using sequence.sort?
I don't know what to use as a "key"...

(I tried self, str, value, '', _.None, ....... :-))

Or in other words: What's the attribute of a string that returns the string
itself?

thanks,
Danny