[Zope-Checkins] CVS: Zope2 - dtml-sequence.stx:1.1.2.3
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Thu, 17 May 2001 09:49:27 -0400
Update of /cvs-repository/Zope2/lib/python/Products/OFSP/help
In directory serenade:/tmp/cvs-serv30233
Modified Files:
Tag: ajung-dtml-sort
dtml-sequence.stx
Log Message:
--- Updated File dtml-sequence.stx in package Zope2 --
--- dtml-sequence.stx 2001/05/15 20:37:28 1.1.2.2
+++ dtml-sequence.stx 2001/05/17 13:49:27 1.1.2.3
@@ -4,8 +4,9 @@
Functions
- sort(seq,(sort)) -- Sort the sequence *seq* by an the optional sort schema *sort*.
- *sort* is a sequence of tuples (key,func,direction) that describe the sort order.
+ sort(seq,(sort)) -- Sort the sequence *seq* of objects by the optional
+ sort schema *sort*. *sort* is a sequence of tuples (key,func,direction)
+ that describe the sort order.
- *key* -- attribute of the object to be sorted.
@@ -19,7 +20,8 @@
- "strcoll" or "locale" -- locale-aware string comparison
- - "strcoll_nocase" or "locale_nocase" -- locale-aware case-insensitive string comparison
+ - "strcoll_nocase" or "locale_nocase" -- locale-aware
+ case-insensitive string comparison
- "xxx" -- a user-defined comparison function