Message 141166 - Python tracker (original) (raw)
Message141166
Author | jaraco |
---|---|
Recipients | ajaksu2, docs@python, eric.araujo, jaraco, lambacck, python-dev, tautology, terry.reedy |
Date | 2011-07-26.16:14:17 |
SpamBayes Score | 0.00054263213 |
Marked as misclassified | No |
Message-id | 1311696858.0.0.017829280087.issue1626300@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
> > Script run without extensions when run with an explicit python > > command. > Like “python.exe setup” when the file really is setup.py? I’d > never have guessed that. No. Python.exe expects the full path. The only way to execute scripts without the extension is if PATHEXT specifies extension and you invoke the script itself, in which case the default handler (for that extension) will be invoked on that file. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-07-26 16:14:18 | jaraco | set | recipients: + jaraco, terry.reedy, ajaksu2, tautology, eric.araujo, lambacck, docs@python, python-dev |
2011-07-26 16:14:18 | jaraco | set | messageid: 1311696858.0.0.017829280087.issue1626300@psf.upfronthosting.co.za |
2011-07-26 16:14:17 | jaraco | link | issue1626300 messages |
2011-07-26 16:14:17 | jaraco | create |