Raymond Hettinger wrote:

> Here's that I think might not need a PEP:
> 
> * Eliminate implicit string concatenation:   "abc" "def"
> in favor of an explicit + operation.

-0.707. I've used languages where the only way of
splitting a string over lines is to use concatenation,
and it's tedious.

> When there are multi-line concats, I think
> the parenthesis serves us much better than a trailing \

Which can be done perfectly well as things are:

     ('hello        '
      'world        ')

So no, I don't think this is uncontroversial enough
to get by without a PEP.

--
Greg
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to