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 Arfrever
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-30.03:21:58
SpamBayes Score 0.010085774
Marked as misclassified No
Message-id <1327893719.5.0.977023684576.issue11457@psf.upfronthosting.co.za>
In-reply-to
Content
I think that one of available types of time values returned by os.stat() should allow to directly pass these values to os.futimens() and os.utimensat(), which expect (time_sec, time_nsec) tuples.
History
Date User Action Args
2012-01-30 03:21:59Arfreversetrecipients: + Arfrever, loewis, rhettinger, jcea, mark.dickinson, belopolsky, lars.gustaebel, vstinner, larry, nadeem.vawda, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson, ericography
2012-01-30 03:21:59Arfreversetmessageid: <1327893719.5.0.977023684576.issue11457@psf.upfronthosting.co.za>
2012-01-30 03:21:58Arfreverlinkissue11457 messages
2012-01-30 03:21:58Arfrevercreate