[New-bugs-announce] [issue4482] 10e667.__format__('+') should return 'inf'

Dino Viehland report at bugs.python.org
Mon Dec 1 18:52:25 CET 2008


New submission from Dino Viehland <dinov at microsoft.com>:

10e667.__format__('+')  returns '+1.0#INF'

vs:

10e667.__format__('') which returns 'inf'

The docs say 'inf' is right.

----------
messages: 76703
nosy: DinoV
severity: normal
status: open
title: 10e667.__format__('+') should return 'inf'
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4482>
_______________________________________


More information about the New-bugs-announce mailing list