[Zope-Checkins] CVS: Zope2 - sequence.py:1.1.2.2
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Tue, 15 May 2001 15:28:17 -0400
Update of /cvs-repository/Zope2/lib/python
In directory serenade:/tmp/cvs-serv17403
Modified Files:
Tag: ajung-dtml-sort
sequence.py
Log Message:
--- Updated File sequence.py in package Zope2 --
--- sequence.py 2001/05/15 19:20:05 1.1.2.1
+++ sequence.py 2001/05/15 19:28:15 1.1.2.2
@@ -82,9 +82,12 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
-'''Advanced sort support by Oleg Broytmann <phd@phd.pp.ru> 23 Apr 2001
- eg Sort(sequence, (("akey", "nocase"), ("anotherkey", "cmp", "desc")))
-'''
+"""
+Advanced sort support by Oleg Broytmann <phd@phd.pp.ru> 23 Apr 2001
+eg Sort(sequence, (("akey", "nocase"), ("anotherkey", "cmp", "desc")))
+
+$Id$
+"""
from string import lower
TupleType=type(())