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 jdemeyer
Recipients dstufft, eric.araujo, erik.bray, jayyin11043, jdemeyer, matrixise, r.david.murray
Date 2018-02-06.19:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517945388.53.0.467229070634.issue32773@psf.upfronthosting.co.za>
In-reply-to
Content
I am genuinely curious to hear a good reason why timestamps should be preserved by distutils. I cannot really imagine what could possibly break. As I said, this is the standard for many non-Python projects and it seems to work just fine.

I can see one potential backwards-compatibility issue for projects abusing distutils to do things unrelated to installing Python packages. So I understand that you don't want to change the default in the copy_file() function, but only in the methods calling that function.
History
Date User Action Args
2018-02-06 19:29:48jdemeyersetrecipients: + jdemeyer, eric.araujo, r.david.murray, erik.bray, dstufft, matrixise, jayyin11043
2018-02-06 19:29:48jdemeyersetmessageid: <1517945388.53.0.467229070634.issue32773@psf.upfronthosting.co.za>
2018-02-06 19:29:48jdemeyerlinkissue32773 messages
2018-02-06 19:29:48jdemeyercreate