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 Alexander.Belopolsky, Arfrever, belopolsky, ericography, jcea, khenriksson, larry, lars.gustaebel, loewis, mark.dickinson, nadeem.vawda, r.david.murray, rhettinger, rosslagerwall, skrah, vstinner
Date 2012-01-26.12:50:31
SpamBayes Score 0.0025374247
Marked as misclassified No
Message-id <CAMpsgwbfqJMD1gWqVJYyb4Mk9s3M1Cg0YXrCxEisvXqNXwneWw@mail.gmail.com>
In-reply-to <1327552025.93.0.750450422819.issue11457@psf.upfronthosting.co.za>
Content
> Have you researched how other languages plan to expose sub-millisecond times?  The isn't an API that will get points for originality.  Also, it needs to be an API that is time efficient (many scripts use os.stat() frequently to scan files for changes and that check needs to be fast).

Using decimal timestamps should be an option, float timestamps must
remain the default.
History
Date User Action Args
2012-01-26 12:50:32vstinnersetrecipients: + vstinner, loewis, rhettinger, jcea, mark.dickinson, belopolsky, lars.gustaebel, larry, nadeem.vawda, Arfrever, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson, ericography
2012-01-26 12:50:32vstinnerlinkissue11457 messages
2012-01-26 12:50:31vstinnercreate