Message152834
> New changeset 478fb4869c99 by Victor Stinner in branch 'default':
> Issue #13964: Split os.*utime*() subsecond tests into multiple tests...
Oops, I also commited my change on extract_time() by mistake. But it is not completly a mistake: it was the goal of my patch serie :-)
This commit changes two things on extract_time().
- always use nanoseconds: if we need microseconds, divide by 1000
- use (long)(fmod()*1e9) to get nanoseconds instead of the previous code, I'm not sure that this change is correct |
|
| Date |
User |
Action |
Args |
| 2012-02-08 03:14:50 | vstinner | set | recipients:
+ vstinner, ncoghlan, Arfrever, python-dev |
| 2012-02-08 03:14:50 | vstinner | set | messageid: <1328670890.75.0.432168037319.issue13964@psf.upfronthosting.co.za> |
| 2012-02-08 03:14:50 | vstinner | link | issue13964 messages |
| 2012-02-08 03:14:49 | vstinner | create | |
|