[Zope-Checkins] CVS: Zope2 - DT_In.py:1.48
Brian Lloyd
brian@digicool.com
Fri, 13 Apr 2001 15:31:42 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/DocumentTemplate
In directory korak:/home/brian/temp/mainline_test/lib/python/DocumentTemplate
Modified Files:
DT_In.py
Log Message:
Merged fixes for typos, missing docs
--- Updated File DT_In.py in package Zope2 --
--- DT_In.py 2001/04/12 14:53:53 1.47
+++ DT_In.py 2001/04/13 19:31:42 1.48
@@ -139,6 +139,8 @@
sort options. This calculated parameter allows you to calculate the
list of sort options on the fly.
+ sort_expr -- This allows an expression to control sort order.
+
reverse -- Reverse the sequence (may be combined with sort). Note
that this can cause a huge memory use in lazy activation instances.