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 r.david.murray
Recipients Jim.Jewett, The Compiler, ezio.melotti, martin.panter, mbussonn, ncoghlan, njs, r.david.murray, rbcollins, serhiy.storchaka, takluyver, terry.reedy
Date 2015-08-25.12:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440507226.32.0.86219824465.issue24294@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that is acceptable.  "Just changing it to a file" could break an application's structure that is depending on being able to use stdin to run scripts.  As one example, vim scripts can embed python code...now, what VIM does behind the scenes with that I don't know, and it might be able to write it out to a file or put somewhere in memory for the embedded interpreter to run, but the point is that here is a an application whose API is embedded scripts that get fed into python, not independent files that python gets called on.  I'm guessing there are other applications out there that *would* be affected by this, even if vim itself isn't (and I don't know if it is or not).
History
Date User Action Args
2015-08-25 12:53:46r.david.murraysetrecipients: + r.david.murray, terry.reedy, ncoghlan, rbcollins, ezio.melotti, njs, takluyver, martin.panter, Jim.Jewett, serhiy.storchaka, The Compiler, mbussonn
2015-08-25 12:53:46r.david.murraysetmessageid: <1440507226.32.0.86219824465.issue24294@psf.upfronthosting.co.za>
2015-08-25 12:53:46r.david.murraylinkissue24294 messages
2015-08-25 12:53:45r.david.murraycreate