Terry Hancock wrote:
> On Thursday 23 June 2005 01:19 am, Paul Watson wrote:
> 
>>"Gregory PiƱero" <[EMAIL PROTECTED]> wrote in message 
>>news:[EMAIL PROTECTED]
>>os.system(r'"C:\Program Files\Mozilla Firefox\firefox.exe"' + '
>>"www.blendedtechnologies.com"')
>>
> You don't have any spaces between the command and the argument,

I spent a while trying to prove that to myself as well, but eventually I 
concluded that the fact that the ' and the " after the plus sign are on 
separate lines must mean that there was whitespace between them, or the 
line break would have occurred before the ' ...  but it did seem like a 
good theory while it lasted. ;-)

-Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to