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 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:24thellersetrecipients: + theller
2013-01-25 10:56:24thellersetmessageid: <1359111384.85.0.88838799187.issue17028@psf.upfronthosting.co.za>
2013-01-25 10:56:24thellerlinkissue17028 messages
2013-01-25 10:56:24thellercreate