◐ Shell
clean mode source ↗

Message 85907 - Python tracker

Actually this isn't quite a duplicate of 4799, but it's close. Any fix
to this issue will also address 4799's original report:

> On windows, with python 2.6,  s = '%s' % float('inf') is 'inf',
> but s ='%f' % float('inf') is equal to '1.#INF'.