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.01:05:10
SpamBayes Score 5.1165855e-05
Marked as misclassified No
Message-id <1328663111.25.0.00920615388269.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
os.stat().st_birthtime should depend on the timestamp argument.

A timestamp optional argument should also be added to os.wait3() and os.wait4() for the utime and stime fields of the rusage tuple.
History
Date User Action Args
2012-02-08 01:05:11vstinnersetrecipients: + vstinner, loewis, mark.dickinson, belopolsky, pitrou, eric.smith, Arfrever, skrah, Alexander.Belopolsky
2012-02-08 01:05:11vstinnersetmessageid: <1328663111.25.0.00920615388269.issue13882@psf.upfronthosting.co.za>
2012-02-08 01:05:10vstinnerlinkissue13882 messages
2012-02-08 01:05:10vstinnercreate