Steve Dower added the comment:

I believe so. py.exe doesn't provide the -m option, so it has already selected 
the version by the time that starts running.

Shebangs are really just for launching the file directly. python -m <module> on 
Linux will also ignore the shebang.

----------

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

Reply via email to