New submission from 진모씨:

Well. A program linked to .py extension in windows (called py.exe) parses 
hashbang line(#!) and tries to execute program.

So hashbang like this:
#!/bin/env python
doesn't works, and
#!calc
executes calculator. I guess it is bug.

----------
components: Windows
messages: 246679
nosy: paul.moore, steve.dower, tim.golden, zach.ware, 진모씨
priority: normal
severity: normal
status: open
title: py.exe executes #! in windows
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to