[issue17028] launcher

Thomas Heller report at bugs.python.org
Fri Jan 25 11:56:24 CET 2013


New submission from Thomas Heller:

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.

----------
components: Windows
files: launcher.patch
keywords: patch
messages: 180565
nosy: theller
priority: normal
severity: normal
stage: patch review
status: open
title: launcher
type: enhancement
Added file: http://bugs.python.org/file28820/launcher.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17028>
_______________________________________


More information about the Python-bugs-list mailing list