[Python-ideas] CLI option for isolated mode
Steven D'Aprano
steve at pearwood.info
Thu Nov 15 01:25:09 CET 2012
On 15/11/12 10:57, Random832 wrote:
> On 11/14/2012 4:57 PM, Barry Warsaw wrote:
>> So if you need to put multiple options on your shebang line, long options
>> won't work.
> This seems like something that could be worked around in the interpreter.
Shebang lines aren't interpreted by Python, but by the shell.
To be precise, it isn't the shell either, but the program loader, I think.
But whatever it is, it isn't Python.
--
Steven
More information about the Python-ideas
mailing list