Message 180565 - Python tracker
Message180565
| Author | theller |
|---|---|
| Recipients | theller |
| Date | 2013-01-25.10:56:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1359111384.85.0.88838799187.issue17028@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The python launcher does not parse the shebang if arguments for the Python interpreter are given on the command line. For example: py.exe test.py # uses shebang line py.exe -u test.py # does NOT use shebang line The attached patch fixes this. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-01-25 10:56:24 | theller | set | recipients: + theller |
| 2013-01-25 10:56:24 | theller | set | messageid: <1359111384.85.0.88838799187.issue17028@psf.upfronthosting.co.za> |
| 2013-01-25 10:56:24 | theller | link | issue17028 messages |
| 2013-01-25 10:56:24 | theller | create | |