Re: Python syntax r prefix to a string

2007-08-19 Thread Paddy
On Aug 19, 4:43 pm, goldtech <[EMAIL PROTECTED]> wrote: > Does anyone know this syntax and could link me to an explanation? > > Something like: > > Workspace = r'C:\foobar\mystuff\xyz' > > What's that "r" doing? Sometimes I see a "u" too. > > Explanation appreciated. > > Thanks, > Lee G. Search fo

Python syntax r prefix to a string

2007-08-19 Thread goldtech
Does anyone know this syntax and could link me to an explanation? Something like: Workspace = r'C:\foobar\mystuff\xyz' What's that "r" doing? Sometimes I see a "u" too. Explanation appreciated. Thanks, Lee G. -- http://mail.python.org/mailman/listinfo/python-list