Comment 25 for bug 958987

Revision history for this message
Richard Stanton (a-stanton) wrote : Re: [Bug 958987] Re: temp file stored in python script directory?

>>
>>#!/usr/bin/python
>> print "Hi, Richard"
>>
>> ---------
>>
>> In this case, the temp file is created in the appropriate temp
>> directory.
>>
>> However, if I use the same file without the shebang line,
>>
>> --------
>>
>> print "Hi, Richard"
>>
>> ---------
>>
>> now the problem occurs.
>>
>
>hmm, let me have a look at the shell-output in both cases - from prompt
>to prompt
>Thanks

I think the issue is the name of the python shell buffer in the two cases.
In one case it contains directory separators and in the other it doesn't.