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 steve.dower
Recipients eryksun, ned.deily, niacdoial, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-03-22.14:32:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427034737.92.0.838695993006.issue23546@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-03-22 14:32:17steve.dowersetrecipients: + steve.dower, terry.reedy, tim.golden, ned.deily, zach.ware, eryksun, niacdoial
2015-03-22 14:32:17steve.dowersetmessageid: <1427034737.92.0.838695993006.issue23546@psf.upfronthosting.co.za>
2015-03-22 14:32:17steve.dowerlinkissue23546 messages
2015-03-22 14:32:17steve.dowercreate