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 rhettinger
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.04:27:04
SpamBayes Score 0.02918677
Marked as misclassified No
Message-id <1327552025.93.0.750450422819.issue11457@psf.upfronthosting.co.za>
In-reply-to
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).

Please do not "just check it in".
History
Date User Action Args
2012-01-26 04:27:06rhettingersetrecipients: + rhettinger, loewis, jcea, mark.dickinson, belopolsky, lars.gustaebel, vstinner, larry, nadeem.vawda, Arfrever, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson, ericography
2012-01-26 04:27:05rhettingersetmessageid: <1327552025.93.0.750450422819.issue11457@psf.upfronthosting.co.za>
2012-01-26 04:27:05rhettingerlinkissue11457 messages
2012-01-26 04:27:04rhettingercreate