Paul Sokolovsky 7de5377ca7 objfloat: Try to achieve the same float printing format as CPython does.
Test usecase I used is print(time.time()) and print(time.time() - time.time()).
On Linux/Glibc they now give the same output as CPython 3.3. Specifically,
time.time() gives non-exponential output with 7 decimal digits, and subtraction
gives exponential output e-06/e-07.
2014-04-18 21:21:59 +03:00
..
2014-04-17 18:18:55 +01:00
2014-04-01 01:17:33 -07:00
2014-03-17 02:43:40 -07:00
2014-04-14 01:46:45 +03:00
2014-04-08 22:11:40 +03:00
2014-03-30 13:35:08 +01:00
2014-03-30 13:35:08 +01:00
2014-04-17 20:27:00 +03:00