At 07:14 PM 10/13/03 -0400, Tim Peters wrote: >Alas, in decorator=function syntax, there's no clear way in general to write >function so that it knows the index of the object passed to it. Why not just have the decoration be (key,index,value) then? Why does the key function need the index?