Browse Source
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.pull/512/head
Paul Sokolovsky
11 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue