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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, lemburg, loewis, serhiy.storchaka, terry.reedy
Date 2013-09-16.19:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379360515.14.0.950052577924.issue18960@psf.upfronthosting.co.za>
In-reply-to
Content
It also makes non-working a common idiom for running Python files on Windows. When add first line "@python -x", it will be interpreted by Python and will cause SyntaxError.
History
Date User Action Args
2013-09-16 19:41:55serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, benjamin.peterson, ezio.melotti, Arfrever
2013-09-16 19:41:55serhiy.storchakasetmessageid: <1379360515.14.0.950052577924.issue18960@psf.upfronthosting.co.za>
2013-09-16 19:41:55serhiy.storchakalinkissue18960 messages
2013-09-16 19:41:55serhiy.storchakacreate