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.

作者 vstinner
收信人 Alexander.Belopolsky, Arfrever, belopolsky, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
日期 2012-02-08.03:57:30
SpamBayes Score 6.781782e-08
Marked as misclassified
Message-id <1328673458.83.0.989048606192.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
Patch version 12:

 * os.stat().st_birthtime uses also the timestamp argument
 * Add an optional timestamp argument to os.wait3() and os.wait4(): change type of utime and stime attributes of the resource usage
 * os.stat() changes the timestamp resolution depending if nanosecond resolution is available or not

I realized that resource.getrusage() should also be modified. I will maybe do that in another version of the patch, or maybe change resource usage in another patch.
历史
日期 用户 动作 参数
2012-02-08 03:57:39vstinner修改recipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-08 03:57:38vstinner修改messageid: <1328673458.83.0.989048606192.issue13882@psf.upfronthosting.co.za>
2012-02-08 03:57:38vstinner链接issue13882 messages
2012-02-08 03:57:38vstinner创建