Message249117
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). |
|
Date |
User |
Action |
Args |
2015-08-25 12:53:46 | r.david.murray | set | recipients:
+ 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:46 | r.david.murray | set | messageid: <1440507226.32.0.86219824465.issue24294@psf.upfronthosting.co.za> |
2015-08-25 12:53:46 | r.david.murray | link | issue24294 messages |
2015-08-25 12:53:45 | r.david.murray | create | |
|