Message 215027 - Python tracker (original) (raw)

Message215027

Author pitrou
Recipients desrt, georg.brandl, larry, ned.deily, pitrou, terry.reedy, vstinner
Date 2014-03-28.09:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1396000047.1.0.464734930734.issue21082@psf.upfronthosting.co.za
In-reply-to
Content
I think the behaviour that an error is raised if the permissions are not the same is a nuisance that does not correspond to actual use cases (*). People who care about permissions so much that they expect an error can do the check themselves, or call chmod(). (*) and I got similar errors several times when running setup.py, only I didn't know it was because of that "feature"
History
Date User Action Args
2014-03-28 09:47:27 pitrou set recipients: + pitrou, georg.brandl, terry.reedy, vstinner, larry, ned.deily, desrt
2014-03-28 09:47:27 pitrou set messageid: 1396000047.1.0.464734930734.issue21082@psf.upfronthosting.co.za
2014-03-28 09:47:27 pitrou link issue21082 messages
2014-03-28 09:47:26 pitrou create