Stavros Korokithakis wrote:
Hmm, thanks, although I don't see why it was rejected, since it seems to me that by using the addition operator or triple-quoting all the use cases would become clearer and not significantly harder to write, while the (often silent) errors would not happen any more.

The PEP only mentions that "the feature to be removed isn't all that harmful, and there are some use cases that would become harder", but I'm not sure that the "harder use cases" (which ones?) justify the error potential.

As I recall, removing implicit string concatenation simply resulted in too much code breakage for not enough benefit. There is also the minor(!) issue of breaking il8n tools that understand implicit string concatenation but not string addition.

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to