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 larry
Recipients Arfrever, eric.araujo, gregory.p.smith, gvanrossum, larry, loewis, maubp, ncoghlan, pitrou, python-dev, r.david.murray, rosslagerwall, shaurz, vstinner
Date 2012-04-24.22:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335305115.78.0.68737361055.issue14127@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is round 1 of my patch adding the ns= parameter to utime, futimes, and lutimes.

Some notes:

* I admit the "see utime for use of times and ns" documentation dodge
  (for both Doc and docstring) is lazy.  Yet I'm still hoping to get
  away with it.
* I removed futimens because it's now extraneous.
* I didn't add ns= to utimensat or futimesat. That's because I'm hoping to get rid of them via #14626.  (And lutimes too, come to think of it!)  I hereby promise that if they survive to June 15th I'll add ns= support
before 3.3 hits beta.
* At last, shutil.copystat (and therefore shutil.copy2) now *exactly*
  preserves timestamps. :D
History
Date User Action Args
2012-04-24 22:05:16larrysetrecipients: + larry, gvanrossum, loewis, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.araujo, Arfrever, r.david.murray, maubp, shaurz, rosslagerwall, python-dev
2012-04-24 22:05:15larrysetmessageid: <1335305115.78.0.68737361055.issue14127@psf.upfronthosting.co.za>
2012-04-24 22:05:15larrylinkissue14127 messages
2012-04-24 22:05:15larrycreate