On Fri, May 26, 2006, Fredrik Lundh wrote:
>
> and while we're at it, let's fix this:
> 
>      >>> 0.66 * (1, 2, 3)
>      (1, 2)
> 
> and maybe even this
> 
>      >>> 0.5 * (1, 2, 3)
>      (1, 1)
> 
> but I guess the latter one might need a pronunciation.

This should certainly get fixed in 3.0 thanks to __index__
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"I saw `cout' being shifted "Hello world" times to the left and stopped
right there."  --Steve Gonedes
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to