_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Thanks to David and Andreas.!
-----Original Message-----
From: Andreas Jung <[EMAIL PROTECTED]>
To: Leticia Larrosa <[EMAIL PROTECTED]>, [email protected]
Date: Mon, 25 Apr 2005 05:30:12 +0200
Subject: Re: [Zope] Sequence sorting module from a Python script
>
>
> --On Sonntag, 24. April 2005 17:36 Uhr -0400 Leticia Larrosa
> <[EMAIL PROTECTED]> wrote:
> > sort_on =(('self', test, 'desc'))
>
> As documented the 'sort_on_ parameter must be a *sequence* of sorting
> definitions and a *single* sorting
> definition. This should work:
>
> sort_on =(('self', test, 'desc'),)
>
> -aj
