Klaus Alexander Seistrup wrote:
> Lucio Torre wrote:
>
> Say, are floats implemented?  Comparisons seem to work, but print'ing
> doesn't:
>
> #v+
>
> >>> 1.0 > 0.5
> True
> >>> print 1.23
> %.*g
> >>>
>
>
I think thats a problem with the printf implementation. Im using one
that came with codewarrior and maybe it doesnt parse %.*g .. (never
seen that format before)..

Lucio.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to