Piet van Oostrum wrote:
>>>>>>Bruno Desthuilliers <[EMAIL PROTECTED]> (BD) wrote:
> 
> 
>>BD> Actually, and AFAIK, len(obj) = lambda obj : obj.__len__().
> 
> 
> You mean: len = lambda obj : obj.__len__().

yes, of course - not enough caffein, I guess...

Thanks
-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to