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 gsakkis
Recipients gsakkis, tarek
Date 2009-02-18.15:51:47
SpamBayes Score 0.0006080711
Marked as misclassified No
Message-id <1234972336.75.0.555544695766.issue5300@psf.upfronthosting.co.za>
In-reply-to
Content
> what is your use case of having executable file here ?
>
> I'd use the 'scripts' metadata for that ?

For one thing they are external binaries, not python scripts, and second
they are used internally only (through Subprocess), they are not
supposed to be called directly by clients.

> But How do you handle the overwrite of a read-only file in your code 
> then ?

I didn't, all my files were writable (by me), but if I had to, I'd look
at tweaking the directory write permissions; as I mentioned, I don't
think file permissions affect whether you can delete the file.
History
Date User Action Args
2009-02-18 15:52:16gsakkissetrecipients: + gsakkis, tarek
2009-02-18 15:52:16gsakkissetmessageid: <1234972336.75.0.555544695766.issue5300@psf.upfronthosting.co.za>
2009-02-18 15:51:48gsakkislinkissue5300 messages
2009-02-18 15:51:48gsakkiscreate