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 lars.gustaebel
Recipients lars.gustaebel, loewis
Date 2010-10-25.11:05:36
SpamBayes Score 1.7001668e-05
Marked as misclassified No
Message-id <1288004738.16.0.171824581032.issue10184@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not entirely happy with the name of the "touch" argument. Apart from it being nice and short, I think it's a little too unix-y and might be misleading because it is not only about setting the modification time as the name implies, but also owner and mode. My proposal would be "restore_attrs" or "set_attrs" which isn't half as nice as "touch", but sums up better what's actually done. I leave this up to you.

I think the testcase wouldn't work on Windows the way it is now, would it?

Apart from these minor issues the patch gets my blessing, go ahead ;-)
History
Date User Action Args
2010-10-25 11:05:38lars.gustaebelsetrecipients: + lars.gustaebel, loewis
2010-10-25 11:05:38lars.gustaebelsetmessageid: <1288004738.16.0.171824581032.issue10184@psf.upfronthosting.co.za>
2010-10-25 11:05:36lars.gustaebellinkissue10184 messages
2010-10-25 11:05:36lars.gustaebelcreate