[Python-Dev] format specification mini-language docs...
Eric Smith
eric at trueblade.com
Mon Dec 1 19:15:03 CET 2008
Dino Viehland wrote:
> Yep, after the thanksgiving delay I've opened bug #4482 (http://bugs.python.org/issue4482).
Thanks!
> I either don't know how to or don't have the power to change who a bug is assigned to so it appears to be currently unassigned.
I'll take care of it.
Eric.
> -----Original Message-----
> From: Eric Smith [mailto:eric at trueblade.com]
> Sent: Tuesday, November 25, 2008 4:38 AM
> To: Dino Viehland
> Cc: python-dev at python.org dev
> Subject: Re: [Python-Dev] format specification mini-language docs...
>
> Dino Viehland wrote:
>
> <previously discussed cases deleted>
>> Finally providing any sign character seems to cause +1.0#INF and friends to be returned instead of inf as is documented:
>>
>>>>> 10e667.__format__('+')
>> '+1.0#INF'
>>>>> 10e667.__format__('')
>> 'inf'
>>
>>
>> Are these just doc bugs? The inf issue is the only one that seems particularly weird to me.
>
> I think the inf one is a bug. Would you mind opening a bug and assigning
> it to me? Thanks.
>
> Eric.
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/eric%2Bpython-dev%40trueblade.com
>
More information about the Python-Dev
mailing list