homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, ncoghlan, python-dev, vstinner
Date 2012年02月08日.03:14:49
SpamBayes Score 2.0221432e-05
Marked as misclassified No
Message-id <1328670890.75.0.432168037319.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
> 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
History
Date User Action Args
2012年02月08日 03:14:50vstinnersetrecipients: + vstinner, ncoghlan, Arfrever, python-dev
2012年02月08日 03:14:50vstinnersetmessageid: <1328670890.75.0.432168037319.issue13964@psf.upfronthosting.co.za>
2012年02月08日 03:14:50vstinnerlinkissue13964 messages
2012年02月08日 03:14:49vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /