25 Mar
2002
25 Mar
'02
9:24 a.m.
On Mon, Mar 25, 2002 at 12:06:27PM +1200, Danny Adair wrote:
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?
There is no. Why not use just alist.sort()? Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.