Andrew Koenig wrote:
> how about writing this instead?
>
> ('this is a '
> 'long string')
Yes, nice. And to make that possible we have to write
('one-string-item',) instead of ('one-string-item') if we want a tuple
with one string inside. Sometimes that feels like a wart to me, but
now I know it, sometimes not.
--
http://mail.python.org/mailman/listinfo/python-list
