On PEP 322 (ireverse)

Aahz aahz at pythoncraft.com
Fri Oct 31 16:58:51 EST 2003


In article <4xQnb.373812$R32.12367046 at news2.tin.it>,
Alex Martelli  <aleax at aleax.it> wrote:
>
>I still prefer Werner Schiendl's idea of iter.reversed, IF we find a
>way to have builtin function iter grow a 'staticmethod' of sorts...!

Raymond has vetoed this, but I don't understand why iter() needs to grow
a staticmethod.  After all, it's just a function that can be decorated
with attributes....
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan




More information about the Python-list mailing list