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 loewis
Recipients loewis, v+python
Date 2010-11-21.08:01:37
SpamBayes Score 3.9363047e-05
Marked as misclassified No
Message-id <1290326499.36.0.474043361123.issue10483@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's fairly clear what should be considered executable in this context: anything that subprocess.Popen is able to launch (because if is_executable succeeds, this is what will happen to the file). This excludes word files, and also excludes files ending in .cgi; only files ending in .exe are executable.
History
Date User Action Args
2010-11-21 08:01:39loewissetrecipients: + loewis, v+python
2010-11-21 08:01:39loewissetmessageid: <1290326499.36.0.474043361123.issue10483@psf.upfronthosting.co.za>
2010-11-21 08:01:37loewislinkissue10483 messages
2010-11-21 08:01:37loewiscreate