What does r"""any text""" mean ?

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Wed Aug 15 05:11:59 EDT 2007


Alexander Eisenhuth wrote:

> ... as you can find in os.py at line 1 ?

Please don't split your request between subject and body.

String literals enclosed in triple quotes are multiline strings.
String literals prefixed by "r" are raw strings.

http://docs.python.org/ref/strings.html

Regards,


Björn

-- 
BOFH excuse #71:

The file system is full of it




More information about the Python-list mailing list