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, eric.smith, loewis, mark.dickinson, pitrou, skrah, vstinner
Date 2012-02-08.03:57:30
SpamBayes Score 6.781782e-08
Marked as misclassified No
Message-id <1328673458.83.0.989048606192.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-08 03:57:39vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-08 03:57:38vstinnersetmessageid: <1328673458.83.0.989048606192.issue13882@psf.upfronthosting.co.za>
2012-02-08 03:57:38vstinnerlinkissue13882 messages
2012-02-08 03:57:38vstinnercreate