21 Jan
2004
21 Jan
'04
6:18 a.m.
--On Mittwoch, 21. Januar 2004 16:04 Uhr +1100 Tim Zegir <trzegir@ncable.net.au> wrote:
what i want to do is sort this list by a field eg. mylist.sort('fieldname') but obviously the sort function dose not work like that
The obvisious reason why it does not work is that you have not consulted neither the Python documentation on list.sort() nor Zope sequence.sort() method. Both are documented and explained several times on this list....read or google. -aj