On Fri, Sep 5, 2008 at 2:29 PM, Jean-Paul Calderone <[EMAIL PROTECTED]>wrote:

> mystring = (
>   "This is a very long string that "
>   "spans multiple lines and does "
>   "not include line breaks or tabs "
>   "from the source file between "
>   "the strings partitions.")


At first glance it looks like this is making a tuple. I didn't know this was
legal! But, this is definitely what I was looking for (Assuming it works).

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

Reply via email to