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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to