[Zope-dev] case insensitive sorts
   
    Andy McKay
     
    andym@ActiveState.com
       
    Wed, 6 Dec 2000 09:43:07 -0800
    
    
  
Minor nit and patch: I've found that really for me what users want to see is
a case insensitive sort of objects, not the current python case sensitive
sort. So that the order of objects from dtml-in and tree is a, A, b, B as
apposed to A, B, a, b.
Anyway Ive patched dtml-in and dtml-tree to do this sort on a ignore_case
tag. Is this useful to anyone else? And Ive thought of patching my Zope so
this is the default behaviour.... what does anyone else think. The next
thing to patch is ZCatalog...